Searched refs:makeTriple (Results 1 – 18 of 18) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_loongarch.cpp | 171 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_loongarch() 180 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_loongarch()
|
| H A D | ELF_i386.cpp | 239 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_i386()
|
| H A D | COFF_x86_64.cpp | 323 return COFFLinkGraphBuilder_x86_64(**COFFObj, (*COFFObj)->makeTriple(), in createLinkGraphFromCOFFObject_x86_64()
|
| H A D | ELF_aarch32.cpp | 258 auto TT = (*ELFObj)->makeTriple(); in createLinkGraphFromELFObject_aarch32()
|
| H A D | ELF_riscv.cpp | 955 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_riscv() 963 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_riscv()
|
| H A D | ELF_aarch64.cpp | 606 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_aarch64()
|
| H A D | ELF_ppc64.cpp | 484 (*ELFObj)->makeTriple(), std::move(*Features)) in createLinkGraphFromELFObject_ppc64()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | ObjectFileTransformer.cpp | 52 DataExtractor Decoder(BuildIDData, Obj.makeTriple().isLittleEndian(), 8); in getUUID()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 109 Triple ObjectFile::makeTriple() const { in makeTriple() function in ObjectFile
|
| H A D | ELFObjectFile.cpp | 778 const auto Triple = makeTriple(); in getPltEntries()
|
| /src/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 118 return ErrOrObj->getBinary()->makeTriple(); in readTargetTriple()
|
| /src/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 147 bool Is32Bit = ObjFile.getBinary()->makeTriple().isArch32Bit(); in loadObj()
|
| /src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 338 Triple TargetTriple = File.makeTriple(); in linkDebugInfoImpl()
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 139 auto T = Obj->makeTriple(); in get()
|
| H A D | MemProfReader.cpp | 415 auto Triple = ElfObject->makeTriple(); in initialize()
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 352 Triple makeTriple() const;
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 683 return Obj.makeTriple().isBPF() && !Obj.hasDebugInfo() && in useBTFContext()
|
| /src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 517 TheTriple = Obj->makeTriple(); in getTarget()
|