Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMipsLinux.h41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOpenBSD.h82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOpenBSD.cpp341 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OpenBSD
355 return ToolChain::getCompilerRT(Args, Component, Type); in getCompilerRT()
H A DMipsLinux.cpp121 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
H A DMSVC.cpp213 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob()
223 TC.getCompilerRT(Args, Lib))); in ConstructJob()
H A DGnu.cpp522 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob()
675 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
H A DCommonArgs.cpp803 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp473 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename()
511 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain
535 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
H A DDriver.cpp2079 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h465 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,