Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp580 .Default(Triple::UnknownObjectFormat); in parseFormat()
671 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
767 ObjectFormat(UnknownObjectFormat) { in Triple()
794 if (ObjectFormat == UnknownObjectFormat) in Triple()
810 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
829 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
861 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
909 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
997 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1013 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h163 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/netbsd/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp81 if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
82 Rhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h232 UnknownObjectFormat, enumerator
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h506 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp104 case Triple::UnknownObjectFormat: in MCContext()
H A DMCObjectFileInfo.cpp1020 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp268 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
H A DCodeGenModule.cpp5201 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp5109 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4854 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
4873 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2054 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()