Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDCSKYToolChain.cpp158 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
161 ToolChain.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
HDRISCVToolchain.cpp188 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
190 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()
HDCrossWindows.cpp192 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
195 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
HDMinGW.cpp215 TC.getCompilerRTArgString(Args, "asan_dynamic", ToolChain::FT_Shared)); in ConstructJob()
318 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dynamic", in ConstructJob()
321 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
330 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
HDOpenBSD.cpp252 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
256 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
HDMSVC.cpp194 TC.getCompilerRTArgString(Args, "fuzzer"))); in ConstructJob()
207 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
219 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
222 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
HDBareMetal.cpp407 CmdArgs.push_back(getCompilerRTArgString(Args, "builtins")); in AddLinkRuntimeLib()
HDCommonArgs.cpp1311 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()
2222 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddRunTimeLibs()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h516 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp708 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
1089 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()