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

  /external/clang/include/clang/Driver/
Driver.h 90 std::string DefaultHostTriple;
  /external/clang/lib/Driver/
Driver.cpp 50 StringRef DefaultHostTriple,
56 DefaultHostTriple(DefaultHostTriple), DefaultImageName(DefaultImageName),
309 DefaultHostTriple = A->getValue(*Args);
323 Host = GetHostInfo(DefaultHostTriple.c_str());
    [all...]
ToolChains.cpp     [all...]

Completed in 164 milliseconds