Home
last modified time | relevance | path

Searched refs:getCompilerRTArgString (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp157 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
160 ToolChain.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
H A DRISCVToolchain.cpp180 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
182 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()
H A DCrossWindows.cpp191 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
194 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DOpenBSD.cpp219 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
223 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
H A DMSVC.cpp190 TC.getCompilerRTArgString(Args, "fuzzer"))); in ConstructJob()
203 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
215 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
218 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DMinGW.cpp286 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dynamic", in ConstructJob()
289 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
298 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
H A DCommonArgs.cpp785 CmdArgs.push_back(TC.getCompilerRTArgString( in addSanitizerRuntime()
1071 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray")); in addXRayRuntime()
1073 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Mode)); in addXRayRuntime()
1576 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddRunTimeLibs()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp532 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
815 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h470 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,