Home
last modified time | relevance | path

Searched refs:UnknownObjectFormat (Results 1 – 11 of 11) 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-subzero/lib/Support/
DTriple.cpp513 .Default(Triple::UnknownObjectFormat); in parseFormat()
580 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
661 ObjectFormat(UnknownObjectFormat) { in Triple()
679 if (ObjectFormat == UnknownObjectFormat) in Triple()
695 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
714 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
746 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
794 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
872 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
888 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp537 .Default(Triple::UnknownObjectFormat); in parseFormat()
610 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
696 ObjectFormat(UnknownObjectFormat) { in Triple()
714 if (ObjectFormat == UnknownObjectFormat) in Triple()
730 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
749 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
781 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
829 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
911 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
927 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h145 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/external/llvm/include/llvm/ADT/
DTriple.h196 UnknownObjectFormat, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h204 UnknownObjectFormat, enumerator
/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-7.0/llvm/include/llvm/ADT/
DTriple.h212 UnknownObjectFormat, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp946 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()
960 case Triple::UnknownObjectFormat: in getDwarfTypesSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp877 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()