Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp367 case UnknownObjectFormat: return ""; in getObjectFormatTypeName()
754 .Default(Triple::UnknownObjectFormat); in parseFormat()
985 ObjectFormat(UnknownObjectFormat) { in Triple()
1012 if (ObjectFormat == UnknownObjectFormat) in Triple()
1028 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
1047 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
1126 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1174 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
1268 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1284 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h172 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp31 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
H A DMCContext.cpp113 case Triple::UnknownObjectFormat: in MCContext()
H A DMCObjectFileInfo.cpp1071 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h304 UnknownObjectFormat, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp286 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
H A DCGObjCMac.cpp5042 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
H A DCodeGenModule.cpp6367 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2241 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2261 case llvm::Triple::UnknownObjectFormat: in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5339 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
5366 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2191 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()