Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp542 .Default(Triple::UnknownObjectFormat); in parseFormat()
621 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
706 ObjectFormat(UnknownObjectFormat) { in Triple()
733 if (ObjectFormat == UnknownObjectFormat) in Triple()
749 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
768 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
800 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
848 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
936 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
952 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp69 if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
70 Rhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DBinary.h145 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp805 case Triple::UnknownObjectFormat: in InitMCObjectFileInfo()
820 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTriple.h217 UnknownObjectFormat, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1340 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
1353 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
H A DCodeGenModule.cpp4379 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2061 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2077 case llvm::Triple::UnknownObjectFormat: in GetCurrentProcessInfo()