Searched refs:getCompilerRTArgString (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | CSKYToolChain.cpp | 157 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob() 160 ToolChain.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
|
| H A D | RISCVToolchain.cpp | 180 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob() 182 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()
|
| H A D | CrossWindows.cpp | 191 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob() 194 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
|
| H A D | OpenBSD.cpp | 219 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob() 223 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
|
| H A D | MSVC.cpp | 190 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 D | MinGW.cpp | 286 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 D | CommonArgs.cpp | 785 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 D | ToolChain.cpp | 532 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 D | ToolChain.h | 470 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
|