Searched refs:getCompilerRTArgString (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | RISCVToolchain.cpp | 188 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob() 190 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()
|
H A D | CrossWindows.cpp | 192 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob() 195 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
|
H A D | MinGW.cpp | 215 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()
|
H A D | OpenBSD.cpp | 252 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob() 256 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
|
H A D | MSVC.cpp | 194 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()
|
H A D | BareMetal.cpp | 407 CmdArgs.push_back(getCompilerRTArgString(Args, "builtins")); in AddLinkRuntimeLib()
|
H A D | CommonArgs.cpp | 1311 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/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 516 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 708 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain 1089 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()
|