Home
last modified time | relevance | path

Searched refs:makeTriple (Results 1 – 18 of 18) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp171 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_loongarch()
180 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_loongarch()
H A DELF_i386.cpp239 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_i386()
H A DCOFF_x86_64.cpp323 return COFFLinkGraphBuilder_x86_64(**COFFObj, (*COFFObj)->makeTriple(), in createLinkGraphFromCOFFObject_x86_64()
H A DELF_aarch32.cpp258 auto TT = (*ELFObj)->makeTriple(); in createLinkGraphFromELFObject_aarch32()
H A DELF_riscv.cpp955 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_riscv()
963 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_riscv()
H A DELF_aarch64.cpp606 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_aarch64()
H A DELF_ppc64.cpp484 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_ppc64()
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp52 DataExtractor Decoder(BuildIDData, Obj.makeTriple().isLittleEndian(), 8); in getUUID()
/src/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp109 Triple ObjectFile::makeTriple() const { in makeTriple() function in ObjectFile
H A DELFObjectFile.cpp778 const auto Triple = makeTriple(); in getPltEntries()
/src/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp118 return ErrOrObj->getBinary()->makeTriple(); in readTargetTriple()
/src/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp147 bool Is32Bit = ObjFile.getBinary()->makeTriple().isArch32Bit(); in loadObj()
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp338 Triple TargetTriple = File.makeTriple(); in linkDebugInfoImpl()
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp139 auto T = Obj->makeTriple(); in get()
H A DMemProfReader.cpp415 auto Triple = ElfObject->makeTriple(); in initialize()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h352 Triple makeTriple() const;
/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp683 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp517 TheTriple = Obj->makeTriple(); in getTarget()