Home
last modified time | relevance | path

Searched refs:getObjectFormat (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.cpp36 switch (TT.getObjectFormat()) { in enableDebuggerSupport()
55 Triple::getObjectFormatTypeName(TT.getObjectFormat()) + in enableDebuggerSupport()
H A DDebuggerSupportPlugin.cpp356 if (LG.getTargetTriple().getObjectFormat() == Triple::MachO) in modifyPassConfig()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h386 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 DEmbedBitcodePass.cpp32 if (T.getObjectFormat() != Triple::ELF) in run()
H A DWholeProgramDevirt.cpp1632 return T.isX86() && T.getObjectFormat() == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp37 arch.GetTriple().getObjectFormat() == llvm::Triple::ObjectFormatType::ELF) in Create()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp92 TargetTriple.getObjectFormat() != Triple::ELF) in setGlobalVariableLargeSection()
H A DInstrProfiling.cpp1287 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 DInstrOrderFile.cpp75 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
H A DSanitizerBinaryMetadata.cpp367 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); in pretendAtomicAccess()
H A DMemProfiler.cpp366 auto OF = Triple(I->getModule()->getTargetTriple()).getObjectFormat(); in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp362 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress()
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp81 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 DExecutionUtils.h107 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp507 switch (G->getTargetTriple().getObjectFormat()) { in link()
H A DEHFrameSupport.cpp688 if (TT.getObjectFormat() == Triple::MachO) in createEHFrameRecorderPass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp379 switch (G.getTargetTriple().getObjectFormat()) { in createDebugObjectFromBuffer()
H A DLLJIT.cpp1109 switch (TT.getObjectFormat()) { in operator ()()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2212 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 DTriple.cpp1863 getObjectFormat() == Other.getObjectFormat(); in isCompatibleWith()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp82 switch (TheTriple.getObjectFormat()) { in MCContext()
H A DMCObjectFileInfo.cpp1109 switch (Ctx->getTargetTriple().getObjectFormat()) { in getDwarfComdatSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1342 switch (TheTriple.getObjectFormat()) { in createARMAsmBackend()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h573 switch (T.getObjectFormat()) { in createMCObjectStreamer()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp262 switch (T.getObjectFormat()) { in asanUseGlobalsGC()

12