HomeSort by: relevance | last modified time | path
    Searched refs:getCompilerRT (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MipsLinux.h 41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
OpenBSD.h 80 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
MipsLinux.cpp 119 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args,
OpenBSD.cpp 302 std::string OpenBSD::getCompilerRT(const ArgList &Args,
MSVC.cpp 490 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk")));
500 TC.getCompilerRT(Args, Lib)));
CommonArgs.cpp 737 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer));
Gnu.cpp 530 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin",
651 std::string crtend = ToolChain.getCompilerRT(Args, "crtend",
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 422 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type);
460 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component,
484 return Args.MakeArgString(getCompilerRT(Args, Component, Type));
Driver.cpp 1891 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n";
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 432 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,

Completed in 30 milliseconds