/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 879 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters() 901 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters() 934 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters() 998 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 1024 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 | 388 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress()
|
H A D | AddressSanitizer.cpp | 2045 switch (TargetTriple.getObjectFormat()) { in getGlobalMetadataSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 105 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 916 if (TPC->getTargetTriple().getObjectFormat() == Triple::ELF) in modifyPassConfig() 919 if (TPC->getTargetTriple().getObjectFormat() == Triple::MachO) in modifyPassConfig() 1049 if (TT.getObjectFormat() == Triple::MachO) in sanitizeArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 405 switch (G->getTargetTriple().getObjectFormat()) { in link()
|
H A D | EHFrameSupport.cpp | 783 if (TT.getObjectFormat() == Triple::MachO) in createEHFrameRecorderPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 380 switch (G.getTargetTriple().getObjectFormat()) { in createDebugObjectFromBuffer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Triple.cpp | 1634 getObjectFormat() == Other.getObjectFormat(); in isCompatibleWith()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | TargetRegistry.h | 505 switch (T.getObjectFormat()) { in createMCObjectStreamer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 81 switch (TheTriple.getObjectFormat()) { in MCContext()
|
H A D | MCObjectFileInfo.cpp | 1009 switch (Ctx->getTargetTriple().getObjectFormat()) { in getDwarfComdatSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 1296 switch (TheTriple.getObjectFormat()) { in createARMAsmBackend()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 257 switch (T.getObjectFormat()) { in asanUseGlobalsGC()
|
H A D | CoverageMappingGen.cpp | 1588 SK, CGM.getContext().getTargetInfo().getTriple().getObjectFormat()); in getInstrProfSection()
|
H A D | CodeGenModule.cpp | 5200 switch (Triple.getObjectFormat()) { in GetAddrOfConstantCFString()
|
H A D | CGObjCMac.cpp | 5108 switch (CGM.getTriple().getObjectFormat()) { in GetSectionName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1452 return T.isX86() && T.getObjectFormat() == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
|
H A D | LowerTypeTests.cpp | 1695 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4848 switch (T.getObjectFormat()) { in getSectionNameForBitcode() 4867 switch (T.getObjectFormat()) { in getSectionNameForCommandline()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3677 switch (Subtarget->getTargetTriple().getObjectFormat()) { in LowerGlobalAddress()
|