| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 337 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat() function 633 return getObjectFormat() == Triple::ELF; in isOSBinFormatELF() 638 return getObjectFormat() == Triple::COFF; in isOSBinFormatCOFF() 642 bool isOSBinFormatGOFF() const { return getObjectFormat() == Triple::GOFF; } in isOSBinFormatGOFF() 646 return getObjectFormat() == Triple::MachO; in isOSBinFormatMachO() 651 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm() 656 return getObjectFormat() == Triple::XCOFF; in isOSBinFormatXCOFF()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 41 arch.GetTriple().getObjectFormat() == llvm::Triple::ObjectFormatType::ELF) in Create()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 81 if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields() 82 Rhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields() 83 Lhs.getObjectFormat() != Rhs.getObjectFormat()) in hasEqualKnownFields()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 895 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters() 915 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters() 959 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters() 1023 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 1049 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
|
| H A D | InstrOrderFile.cpp | 86 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
| H A D | ThreadSanitizer.cpp | 418 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress()
|
| H A D | AddressSanitizer.cpp | 2035 switch (TargetTriple.getObjectFormat()) { in getGlobalMetadataSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.h | 104 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 408 switch (G->getTargetTriple().getObjectFormat()) { in link()
|
| H A D | EHFrameSupport.cpp | 783 if (TT.getObjectFormat() == Triple::MachO) in createEHFrameRecorderPass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 380 switch (G.getTargetTriple().getObjectFormat()) { in createDebugObjectFromBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Triple.cpp | 1634 getObjectFormat() == Other.getObjectFormat(); in isCompatibleWith()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2167 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo() 2168 assert(triple.getObjectFormat() != llvm::Triple::Wasm); in GetCurrentProcessInfo() 2169 assert(triple.getObjectFormat() != llvm::Triple::XCOFF); in GetCurrentProcessInfo() 2170 switch (triple.getObjectFormat()) { in GetCurrentProcessInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetRegistry.h | 505 switch (T.getObjectFormat()) { in createMCObjectStreamer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 83 switch (TheTriple.getObjectFormat()) { in MCContext()
|
| H A D | MCObjectFileInfo.cpp | 1018 switch (Ctx->getTargetTriple().getObjectFormat()) { in getDwarfComdatSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 1296 switch (TheTriple.getObjectFormat()) { in createARMAsmBackend()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 258 switch (T.getObjectFormat()) { in asanUseGlobalsGC()
|
| H A D | CoverageMappingGen.cpp | 1588 SK, CGM.getContext().getTargetInfo().getTriple().getObjectFormat()); in getInstrProfSection()
|
| H A D | CodeGenModule.cpp | 5230 switch (Triple.getObjectFormat()) { in GetAddrOfConstantCFString()
|
| H A D | CGObjCMac.cpp | 5108 switch (CGM.getTriple().getObjectFormat()) { in GetSectionName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1701 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()
|
| H A D | WholeProgramDevirt.cpp | 1464 return T.isX86() && T.getObjectFormat() == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4852 switch (T.getObjectFormat()) { in getSectionNameForBitcode() 4871 switch (T.getObjectFormat()) { in getSectionNameForCommandline()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 3794 switch (Subtarget->getTargetTriple().getObjectFormat()) { in LowerGlobalAddress()
|