Searched refs:UnknownObjectFormat (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DTriple.cpp358 .Default(Triple::UnknownObjectFormat);
363 case Triple::UnknownObjectFormat: return "";
390 if (ObjectFormat == Triple::UnknownObjectFormat)
405 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
423 if (ObjectFormat == Triple::UnknownObjectFormat)
449 ObjectFormatType ObjectFormat = UnknownObjectFormat;
495 Valid = ObjectFormat != UnknownObjectFormat;
563 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF)
579 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) {
/external/llvm/include/llvm/ADT/
H A DTriple.h141 UnknownObjectFormat, enumerator in enum:llvm::Triple::ObjectFormatType

Completed in 91 milliseconds