Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp158 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
161 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.cpp192 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
195 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DMinGW.cpp212 TC.getCompilerRTArgString(Args, "asan_dynamic", ToolChain::FT_Shared)); in ConstructJob()
315 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dynamic", in ConstructJob()
318 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
327 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
H A DOpenBSD.cpp248 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
252 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
H A DMSVC.cpp189 TC.getCompilerRTArgString(Args, "fuzzer"))); in ConstructJob()
202 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
214 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
217 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DCommonArgs.cpp1317 CmdArgs.push_back(TC.getCompilerRTArgString( in addSanitizerRuntime()
1605 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray")); in addXRayRuntime()
1607 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Mode)); in addXRayRuntime()
2218 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddRunTimeLibs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h505 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp674 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
1042 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()