Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTriple.cpp493 .Default(Triple::UnknownObjectFormat); in parseFormat()
558 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
636 ObjectFormat(UnknownObjectFormat) { in Triple()
654 if (ObjectFormat == UnknownObjectFormat) in Triple()
670 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
689 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
721 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
769 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
847 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
863 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/external/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()
/external/llvm-project/llvm/lib/Support/
DTriple.cpp565 .Default(Triple::UnknownObjectFormat); in parseFormat()
654 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
748 ObjectFormat(UnknownObjectFormat) { in Triple()
775 if (ObjectFormat == UnknownObjectFormat) in Triple()
791 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
810 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
842 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
890 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
978 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
994 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/external/llvm-project/llvm/include/llvm/Object/
DBinary.h162 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h160 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/external/llvm/include/llvm/ADT/
DTriple.h196 UnknownObjectFormat, enumerator
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp81 if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
82 Rhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp850 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()
866 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/external/clang/lib/CodeGen/
DBackendUtil.cpp799 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
811 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
DCodeGenModule.cpp3213 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h223 UnknownObjectFormat, enumerator
/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h227 UnknownObjectFormat, enumerator
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp964 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()
983 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h479 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
/external/llvm-project/llvm/include/llvm/Support/
DTargetRegistry.h479 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp877 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp266 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
DCodeGenModule.cpp5086 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
DCGObjCMac.cpp5087 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2121 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2139 case llvm::Triple::UnknownObjectFormat: in GetCurrentProcessInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4689 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
4705 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4805 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
4824 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1945 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1970 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()