| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupport.cpp | 36 switch (TT.getObjectFormat()) { in enableDebuggerSupport() 55 Triple::getObjectFormatTypeName(TT.getObjectFormat()) + in enableDebuggerSupport()
|
| H A D | DebuggerSupportPlugin.cpp | 356 if (LG.getTargetTriple().getObjectFormat() == Triple::MachO) in modifyPassConfig()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 386 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat() function 695 return getObjectFormat() == Triple::ELF; in isOSBinFormatELF() 700 return getObjectFormat() == Triple::COFF; in isOSBinFormatCOFF() 704 bool isOSBinFormatGOFF() const { return getObjectFormat() == Triple::GOFF; } in isOSBinFormatGOFF() 708 return getObjectFormat() == Triple::MachO; in isOSBinFormatMachO() 713 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm() 718 return getObjectFormat() == Triple::XCOFF; in isOSBinFormatXCOFF() 723 return getObjectFormat() == Triple::DXContainer; in isOSBinFormatDXContainer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | EmbedBitcodePass.cpp | 32 if (T.getObjectFormat() != Triple::ELF) in run()
|
| H A D | WholeProgramDevirt.cpp | 1632 return T.isX86() && T.getObjectFormat() == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 37 arch.GetTriple().getObjectFormat() == llvm::Triple::ObjectFormatType::ELF) in Create()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 92 TargetTriple.getObjectFormat() != Triple::ELF) in setGlobalVariableLargeSection()
|
| H A D | InstrProfiling.cpp | 1287 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection() 1455 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in createDataVariable() 1533 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable() 1593 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 1622 ? getInstrProfSectionName(IPSK_covname, TT.getObjectFormat()) in emitNameData() 1623 : getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
|
| H A D | InstrOrderFile.cpp | 75 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
| H A D | SanitizerBinaryMetadata.cpp | 367 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); in pretendAtomicAccess()
|
| H A D | MemProfiler.cpp | 366 auto OF = Triple(I->getModule()->getTargetTriple()).getObjectFormat(); in isInterestingMemoryAccess()
|
| H A D | ThreadSanitizer.cpp | 362 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.h | 107 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 507 switch (G->getTargetTriple().getObjectFormat()) { in link()
|
| H A D | EHFrameSupport.cpp | 688 if (TT.getObjectFormat() == Triple::MachO) in createEHFrameRecorderPass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 379 switch (G.getTargetTriple().getObjectFormat()) { in createDebugObjectFromBuffer()
|
| H A D | LLJIT.cpp | 1109 switch (TT.getObjectFormat()) { in operator ()()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 2212 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo() 2213 assert(triple.getObjectFormat() != llvm::Triple::Wasm); in GetCurrentProcessInfo() 2214 assert(triple.getObjectFormat() != llvm::Triple::XCOFF); in GetCurrentProcessInfo() 2215 switch (triple.getObjectFormat()) { in GetCurrentProcessInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1863 getObjectFormat() == Other.getObjectFormat(); in isCompatibleWith()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 82 switch (TheTriple.getObjectFormat()) { in MCContext()
|
| H A D | MCObjectFileInfo.cpp | 1109 switch (Ctx->getTargetTriple().getObjectFormat()) { in getDwarfComdatSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 1342 switch (TheTriple.getObjectFormat()) { in createARMAsmBackend()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 573 switch (T.getObjectFormat()) { in createMCObjectStreamer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 262 switch (T.getObjectFormat()) { in asanUseGlobalsGC()
|