Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DRISCVToolchain.cpp172 crtbegin = ToolChain.getCompilerRTArgString(Args, "crtbegin", in ConstructJob()
174 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()
DCrossWindows.cpp191 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
194 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
DOpenBSD.cpp186 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
190 CmdArgs.push_back(ToolChain.getCompilerRTArgString(Args, "builtins")); in ConstructJob()
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()
DMSVC.cpp412 TC.getCompilerRTArgString(Args, "fuzzer"))); in ConstructJob()
425 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
437 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
440 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
DCommonArgs.cpp692 CmdArgs.push_back(TC.getCompilerRTArgString( in addSanitizerRuntime()
950 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray")); in addXRayRuntime()
952 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Mode)); in addXRayRuntime()
1449 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in AddRunTimeLibs()
/external/clang/lib/Driver/
DToolChain.cpp307 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
525 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()
DTools.cpp2975 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in addClangRT()
3055 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Sanitizer, IsShared)); in addSanitizerRuntime()
3189 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "xray", false)); in addXRayRuntime()
10044 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
10049 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
10052 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
10715 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
10718 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
/external/clang/include/clang/Driver/
DToolChain.h268 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h427 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp467 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
869 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()