Home
last modified time | relevance | path

Searched refs:getRuntimesDir (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp161 std::string BareMetal::getCompilerRTPath() const { return getRuntimesDir(); } in getCompilerRTPath()
169 std::string BareMetal::getRuntimesDir() const { in getRuntimesDir() function in BareMetal
308 CmdArgs.push_back(Args.MakeArgString("-L" + TC.getRuntimesDir())); in ConstructJob()
H A DBareMetal.h62 std::string getRuntimesDir() const;