Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp580 .Default(Triple::UnknownObjectFormat); in parseFormat()
671 case Triple::UnknownObjectFormat: return ""; in getObjectFormatTypeName()
767 ObjectFormat(UnknownObjectFormat) { in Triple()
794 if (ObjectFormat == UnknownObjectFormat) in Triple()
810 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
829 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
861 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize()
909 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
997 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1013 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h163 return Triple::UnknownObjectFormat; in getTripleObjectFormat()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h232 UnknownObjectFormat, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h506 case Triple::UnknownObjectFormat: in createMCObjectStreamer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp106 case Triple::UnknownObjectFormat: in MCContext()
H A DMCObjectFileInfo.cpp1029 case Triple::UnknownObjectFormat: in getDwarfComdatSection()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp269 case Triple::UnknownObjectFormat: in asanUseGlobalsGC()
H A DCodeGenModule.cpp5231 case llvm::Triple::UnknownObjectFormat: in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp5109 case llvm::Triple::UnknownObjectFormat: in GetSectionName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2167 assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat); in GetCurrentProcessInfo()
2185 case llvm::Triple::UnknownObjectFormat: in GetCurrentProcessInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4858 case Triple::UnknownObjectFormat: in getSectionNameForBitcode()
4877 case Triple::UnknownObjectFormat: in getSectionNameForCommandline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2044 case Triple::UnknownObjectFormat: in getGlobalMetadataSection()