Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp334 case UnknownObjectFormat: return ""; in getObjectFormatTypeName()
710 .Default(Triple::UnknownObjectFormat); in parseFormat()
928 ObjectFormat(UnknownObjectFormat) { in Triple()
955 if (ObjectFormat == UnknownObjectFormat) in Triple()
971 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
990 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
1022 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1070 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
1158 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1174 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h172 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp81 if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
82 Rhs.getObjectFormat() != Triple::UnknownObjectFormat && in hasEqualKnownFields()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h285 UnknownObjectFormat, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp111 case Triple::UnknownObjectFormat: in MCContext()
H A DMCObjectFileInfo.cpp1122 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h574 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp275 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
H A DCGObjCMac.cpp5033 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
H A DCodeGenModule.cpp6222 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2212 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2232 case llvm::Triple::UnknownObjectFormat: in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5144 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
5169 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2099 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()