Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp399 case UnknownObjectFormat: return ""; in getObjectFormatTypeName()
790 .Default(Triple::UnknownObjectFormat); in parseFormat()
1049 if (ObjectFormat == UnknownObjectFormat) in Triple()
1067 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
1086 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
1166 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
1214 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
1308 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1324 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
1410 if (getObjectFormat() != Triple::UnknownObjectFormat) { in getEnvironmentVersionString()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLoadLinkableFile.cpp61 if (TT.getObjectFormat() != Triple::UnknownObjectFormat) in loadLinkableFile()
H A DMachO.cpp101 assert((TT.getObjectFormat() == Triple::UnknownObjectFormat || in loadMachORelocatableObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h173 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp32 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
H A DMCContext.cpp115 case Triple::UnknownObjectFormat: in MCContext()
H A DMCObjectFileInfo.cpp1115 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/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.h313 UnknownObjectFormat, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp288 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
H A DCGObjCMac.cpp4940 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
H A DCodeGenModule.cpp6692 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2260 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2280 case llvm::Triple::UnknownObjectFormat: in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5800 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
5827 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2254 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()