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

  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 348 Triple::OSType Triple::ParseOS(StringRef OSName) {
411 OS = ParseOS(getOSName());
438 OS = ParseOS(Components[2]);
478 OS = ParseOS(Comp);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 131 static OSType ParseOS(StringRef OSName);

Completed in 49 milliseconds