Searched refs:getCompilerRT (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | MipsLinux.h | 41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
H A D | OpenBSD.h | 80 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
H A D | MipsLinux.cpp | 119 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
|
H A D | OpenBSD.cpp | 302 std::string OpenBSD::getCompilerRT(const ArgList &Args, in getCompilerRT() function in OpenBSD
|
H A D | MSVC.cpp | 490 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob() 500 TC.getCompilerRT(Args, Lib))); in ConstructJob()
|
H A D | Gnu.cpp | 530 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob() 651 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
|
H A D | CommonArgs.cpp | 737 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | ToolChain.cpp | 422 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 D | Driver.cpp | 1891 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | ToolChain.h | 432 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
|