Home
last modified time | relevance | path

Searched refs:getOSName (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1003 StringRef Triple::getOSName() const { in getOSName() function in Triple
1067 StringRef OSName = getOSName(); in getOSVersion()
1225 setTriple(getArchName() + "-" + getVendorName() + "-" + getOSName() + in setEnvironmentName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h379 StringRef getOSName() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1099 " used while targeting " + Target.getOSName()); in checkVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp232 << TargetTriple.getOSName() << '-' in streamIsaVersion()