Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp157 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
160 ToolChain.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
H A DCrossWindows.cpp192 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
195 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DMinGW.cpp230 TC.getCompilerRTArgString(Args, "asan_dynamic", ToolChain::FT_Shared)); in ConstructJob()
332 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dynamic", in ConstructJob()
335 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
344 TC.getCompilerRTArgString(Args, "asan_dynamic_runtime_thunk")); in ConstructJob()
H A DOpenBSD.cpp243 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
247 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
H A DBareMetal.cpp635 TC.getCompilerRTArgString(Args, "crtbegin", ToolChain::FT_Object); in ConstructJob()
637 TC.getCompilerRTArgString(Args, "crtend", ToolChain::FT_Object); in ConstructJob()
H A DCommonArgs.cpp1452 CmdArgs.push_back(TC.getCompilerRTArgString( in addSanitizerRuntime()
1758 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray-dso")); in addXRayRuntime()
1764 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray")); in addXRayRuntime()
1766 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Mode)); in addXRayRuntime()
2360 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddLibgcc()
2372 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddRunTimeLibs()
H A DMSVC.cpp198 TC.getCompilerRTArgString(Args, "fuzzer"))); in ConstructJob()
208 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dynamic")); in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp794 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
873 getCompilerRTArgString(Args, "runtime", ToolChain::FT_Static, true)); in addFlangRTLibPath()
1296 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h533 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,