Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h405 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat() function
727 return getObjectFormat() == Triple::ELF; in isOSBinFormatELF()
732 return getObjectFormat() == Triple::COFF; in isOSBinFormatCOFF()
736 bool isOSBinFormatGOFF() const { return getObjectFormat() == Triple::GOFF; } in isOSBinFormatGOFF()
740 return getObjectFormat() == Triple::MachO; in isOSBinFormatMachO()
745 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
750 return getObjectFormat() == Triple::XCOFF; in isOSBinFormatXCOFF()
755 return getObjectFormat() == Triple::DXContainer; in isOSBinFormatDXContainer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DEmbedBitcodePass.cpp32 if (T.getObjectFormat() != Triple::ELF) in run()
H A DWholeProgramDevirt.cpp1624 return T.isX86() && T.getObjectFormat() == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
H A DLowerTypeTests.cpp1851 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp37 arch.GetTriple().getObjectFormat() == llvm::Triple::ObjectFormatType::ELF) in Create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1565 Data->setSection(getInstrProfSectionName(IPSK_vtab, TT.getObjectFormat())); in getOrCreateVTableProfData()
1627 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection()
1794 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in createDataVariable()
1872 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable()
1932 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
1961 ? getInstrProfSectionName(IPSK_covname, TT.getObjectFormat()) in emitNameData()
1962 : getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
1994 getInstrProfSectionName(IPSK_vname, TT.getObjectFormat())); in emitVTableNames()
H A DInstrOrderFile.cpp75 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
H A DSanitizerBinaryMetadata.cpp375 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); in pretendAtomicAccess()
H A DThreadSanitizer.cpp361 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress()
H A DMemProfiler.cpp408 auto OF = Triple(I->getModule()->getTargetTriple()).getObjectFormat(); in isInterestingMemoryAccess()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h107 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp30 switch (T.getObjectFormat()) { in createMCObjectStreamer()
H A DMCContext.cpp84 switch (TheTriple.getObjectFormat()) { in MCContext()
H A DMCObjectFileInfo.cpp1058 switch (Ctx->getTargetTriple().getObjectFormat()) { in getDwarfComdatSection()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1357 if (getObjectFormat() != Triple::UnknownObjectFormat) { in getEnvironmentVersionString()
1359 getObjectFormatTypeName(getObjectFormat()); in getEnvironmentVersionString()
2016 getObjectFormat() == Other.getObjectFormat(); in isCompatibleWith()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DDebugObjectManagerPlugin.cpp379 switch (G.getTargetTriple().getObjectFormat()) { in createDebugObjectFromBuffer()
H A DLLJIT.cpp1142 switch (TT.getObjectFormat()) { in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp508 switch (G->getTargetTriple().getObjectFormat()) { in link()
H A DEHFrameSupport.cpp688 if (TT.getObjectFormat() == Triple::MachO) in EHFrameCFIBlockInspector()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2241 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2242 assert(triple.getObjectFormat() != llvm::Triple::Wasm); in GetCurrentProcessInfo()
2243 assert(triple.getObjectFormat() != llvm::Triple::XCOFF); in GetCurrentProcessInfo()
2244 switch (triple.getObjectFormat()) { in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1341 switch (TheTriple.getObjectFormat()) { in createARMAsmBackend()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp273 switch (T.getObjectFormat()) { in asanUseGlobalsGC()
H A DCoverageMappingGen.cpp2439 SK, CGM.getContext().getTargetInfo().getTriple().getObjectFormat()); in getInstrProfSection()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5333 switch (T.getObjectFormat()) { in getSectionNameForBitcode()
5360 switch (T.getObjectFormat()) { in getSectionNameForCommandline()

12