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

  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 621 void Triple::setTriple(const Twine &Str) {
650 setTriple(Triple.str());
654 setTriple(getArchName() + "-" + Str + "-" + getOSAndEnvironmentName());
659 setTriple(getArchName() + "-" + getVendorName() + "-" + Str +
662 setTriple(getArchName() + "-" + getVendorName() + "-" + Str);
666 setTriple(getArchName() + "-" + getVendorName() + "-" + getOSName() +
671 setTriple(getArchName() + "-" + getVendorName() + "-" + Str);
  /external/llvm/lib/Support/
Triple.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp     [all...]

Completed in 1309 milliseconds