Home
last modified time | relevance | path

Searched refs:UnknownObjectFormat (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp559 .Default(Triple::UnknownObjectFormat); in parseFormat()
643 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
733 ObjectFormat(UnknownObjectFormat) { in Triple()
760 if (ObjectFormat == UnknownObjectFormat) in Triple()
776 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
795 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
827 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
875 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
963 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
979 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h160 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp850 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()
866 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h223 UnknownObjectFormat, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h479 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4689 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
4705 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1945 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()