Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp173 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
175 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()
H A DCrossWindows.cpp191 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
194 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DOpenBSD.cpp186 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
190 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
H A DMinGW.cpp273 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dynamic", in ConstructJob()
276 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
285 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
H A DMSVC.cpp467 TC.getCompilerRTArgString(Args, "fuzzer"))); in ConstructJob()
480 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
492 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
495 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DCommonArgs.cpp714 CmdArgs.push_back(TC.getCompilerRTArgString( in addSanitizerRuntime()
982 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray")); in addXRayRuntime()
984 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Mode)); in addXRayRuntime()
1482 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddRunTimeLibs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp481 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
749 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h437 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,