Home
last modified time | relevance | path

Searched refs:getCompilerRT (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMipsLinux.h41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOpenBSD.h80 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DMipsLinux.cpp119 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
H A DOpenBSD.cpp302 std::string OpenBSD::getCompilerRT(const ArgList &Args, in getCompilerRT() function in OpenBSD
H A DMSVC.cpp490 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob()
500 TC.getCompilerRT(Args, Lib))); in ConstructJob()
H A DGnu.cpp530 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob()
651 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
H A DCommonArgs.cpp737 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp422 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename()
460 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain
484 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
H A DDriver.cpp1891 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h432 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,