Searched refs:getCompilerRTArgString (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | RISCVToolchain.cpp | 173 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob() 175 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 | 191 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob() 195 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
|
| H A D | MinGW.cpp | 276 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dynamic", in ConstructJob() 279 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob() 288 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
|
| H A D | MSVC.cpp | 468 TC.getCompilerRTArgString(Args, "fuzzer"))); in ConstructJob() 481 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob() 493 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob() 496 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
|
| H A D | CommonArgs.cpp | 714 CmdArgs.push_back(TC.getCompilerRTArgString( in addSanitizerRuntime() 980 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray")); in addXRayRuntime() 982 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Mode)); in addXRayRuntime() 1487 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddRunTimeLibs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 484 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain 752 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 441 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
|