HomeSort by relevance Sort by last modified time
    Searched refs:UnknownObjectFormat (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
Triple.cpp 470 .Default(Triple::UnknownObjectFormat);
531 case Triple::UnknownObjectFormat: return "";
606 ObjectFormat(UnknownObjectFormat) {
624 if (ObjectFormat == UnknownObjectFormat)
640 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
659 if (ObjectFormat == Triple::UnknownObjectFormat)
691 ObjectFormatType ObjectFormat = UnknownObjectFormat;
739 Valid = ObjectFormat != UnknownObjectFormat;
817 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF)
833 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF)
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 185 UnknownObjectFormat,
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp     [all...]

Completed in 79 milliseconds