HomeSort by: relevance | last modified time | path
    Searched refs:ObjectFormat (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 767 ObjectFormat(UnknownObjectFormat) {
780 ObjectFormat = parseFormat(Components[3]);
794 if (ObjectFormat == UnknownObjectFormat)
795 ObjectFormat = getDefaultFormat(*this);
810 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
811 ObjectFormat = getDefaultFormat(*this);
828 ObjectFormat(parseFormat(EnvironmentStr.str())) {
829 if (ObjectFormat == Triple::UnknownObjectFormat)
830 ObjectFormat = getDefaultFormat(*this);
861 ObjectFormatType ObjectFormat = UnknownObjectFormat
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 261 ObjectFormatType ObjectFormat;
271 ObjectFormat() {}
282 ObjectFormat == Other.ObjectFormat;
337 ObjectFormatType getObjectFormat() const { return ObjectFormat; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 390 Triple::ObjectFormatType ObjectFormat;
899 ObjectFormat == Triple::ELF;
1288 ObjectFormat == Triple::MachO
1695 ObjectFormat = TargetTriple.getObjectFormat();

Completed in 26 milliseconds