Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h327 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat() function
625 return getObjectFormat() == Triple::ELF; in isOSBinFormatELF()
630 return getObjectFormat() == Triple::COFF; in isOSBinFormatCOFF()
635 return getObjectFormat() == Triple::MachO; in isOSBinFormatMachO()
640 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
645 return getObjectFormat() == Triple::XCOFF; in isOSBinFormatXCOFF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp788 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters()
810 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters()
843 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
907 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
931 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
DInstrOrderFile.cpp87 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
DThreadSanitizer.cpp316 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress()
DAddressSanitizer.cpp1937 switch (TargetTriple.getObjectFormat()) { in getGlobalMetadataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp825 switch (TT.getObjectFormat()) { in InitMCObjectFileInfo()
858 switch (TT.getObjectFormat()) { in getDwarfComdatSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp777 if (TT.getObjectFormat() == Triple::MachO) in createEHFrameRecorderPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1585 getObjectFormat() == Other.getObjectFormat(); in isCompatibleWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h478 switch (T.getObjectFormat()) { in createMCObjectStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp1313 switch (TheTriple.getObjectFormat()) { in createARMAsmBackend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1251 return T.isX86() && T.getObjectFormat() == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
DLowerTypeTests.cpp1664 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4683 switch (T.getObjectFormat()) { in getSectionNameForBitcode()
4699 switch (T.getObjectFormat()) { in getSectionNameForCommandline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3459 switch (Subtarget->getTargetTriple().getObjectFormat()) { in LowerGlobalAddress()