/external/llvm/lib/Support/ |
D | Triple.cpp | 493 .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/ |
D | Triple.cpp | 559 .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/ |
D | Triple.cpp | 565 .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/ |
D | Binary.h | 162 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Binary.h | 160 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 196 UnknownObjectFormat, enumerator
|
/external/llvm-project/clang/lib/CrossTU/ |
D | CrossTranslationUnit.cpp | 81 if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields() 82 Rhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 850 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo() 866 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 799 case Triple::UnknownObjectFormat: in getSectionNameForBitcode() 811 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
|
D | CodeGenModule.cpp | 3213 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 223 UnknownObjectFormat, enumerator
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Triple.h | 227 UnknownObjectFormat, enumerator
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 964 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo() 983 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 479 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 479 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 877 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 266 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
|
D | CodeGenModule.cpp | 5086 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
|
D | CGObjCMac.cpp | 5087 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 2121 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/ |
D | BitcodeWriter.cpp | 4689 case Triple::UnknownObjectFormat: in getSectionNameForBitcode() 4705 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 4805 case Triple::UnknownObjectFormat: in getSectionNameForBitcode() 4824 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1945 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1970 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()
|