reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/Binary.h
  160     return Triple::UnknownObjectFormat;
include/llvm/Support/TargetRegistry.h
  479     case Triple::UnknownObjectFormat:
lib/MC/MCObjectFileInfo.cpp
  832   case Triple::UnknownObjectFormat:
  848   case Triple::UnknownObjectFormat:
lib/Support/Triple.cpp
  558     .Default(Triple::UnknownObjectFormat);
  639   case Triple::UnknownObjectFormat: return "";
  728       ObjectFormat(UnknownObjectFormat) {
  755   if (ObjectFormat == UnknownObjectFormat)
  771       Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
  790   if (ObjectFormat == Triple::UnknownObjectFormat)
  822   ObjectFormatType ObjectFormat = UnknownObjectFormat;
  870           Valid = ObjectFormat != UnknownObjectFormat;
  958       if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF)
  974     if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) {
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1942   case Triple::UnknownObjectFormat:
tools/clang/lib/CodeGen/BackendUtil.cpp
  245   case Triple::UnknownObjectFormat:
 1567   case Triple::UnknownObjectFormat:
 1583   case Triple::UnknownObjectFormat:
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4922   case llvm::Triple::UnknownObjectFormat:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4789   case llvm::Triple::UnknownObjectFormat:
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
   75   if (Lhs.getObjectFormat() != Triple::UnknownObjectFormat &&
   76       Rhs.getObjectFormat() != Triple::UnknownObjectFormat &&
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2093         assert(triple.getObjectFormat() != llvm::Triple::UnknownObjectFormat);
 2110         case llvm::Triple::UnknownObjectFormat: