Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp657 .Default(Triple::UnknownObjectFormat); in parseFormat()
775 case Triple::UnknownObjectFormat: in getObjectFormatTypeName()
892 ObjectFormat(UnknownObjectFormat) { in Triple()
919 if (ObjectFormat == UnknownObjectFormat) in Triple()
935 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
954 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
986 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1034 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
1121 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1137 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h167 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp81 if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
82 Rhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h280 UnknownObjectFormat, enumerator
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp112 case Triple::UnknownObjectFormat: in MCContext()
H A DMCObjectFileInfo.cpp1100 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h564 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp262 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
H A DCodeGenModule.cpp5779 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp5062 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2220 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2240 case llvm::Triple::UnknownObjectFormat: in GetCurrentProcessInfo()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5106 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
5131 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1926 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()