Searched refs:getCompilerRT (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMipsLinux.h41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DAVR.h36 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOpenBSD.h82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DMipsLinux.cpp121 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, function in class:MipsLLVMToolChain
H A DOpenBSD.cpp345 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, function in class:OpenBSD
359 return ToolChain::getCompilerRT(Args, Component, Type);
H A DAVR.cpp420 AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, function in class:AVRToolChain
538 getToolChain().getCompilerRT(Args, "builtins", ToolChain::FT_Static);
H A DBareMetal.cpp289 const std::string FileName = getCompilerRT(Args, "builtins");
325 const std::string FileName = TC.getCompilerRT(Args, "builtins");
H A DMSVC.cpp212 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk")));
222 TC.getCompilerRT(Args, Lib)));
H A DGnu.cpp528 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin",
674 std::string crtend = ToolChain.getCompilerRT(Args, "crtend",
H A DCommonArgs.cpp954 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer));
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp506 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type);
544 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, function in class:ToolChain
568 return Args.MakeArgString(getCompilerRT(Args, Component, Type));
H A DDriver.cpp2195 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n";
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h477 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,

Completed in 126 milliseconds