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

  /external/clang/include/clang/Driver/
HostInfo.h 42 std::string getArchName() const { return Triple.getArchName(); }
ToolChain.h 66 llvm::StringRef getArchName() const { return Triple.getArchName(); }
Action.h 118 const char *getArchName() const { return ArchName; }

Completed in 42 milliseconds