Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp306 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() function in ToolChain
517 CmdArgs.push_back(getCompilerRTArgString(Args, "profile")); in addProfileRTLibs()
DTools.cpp2682 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "builtins")); in addClangRT()
2762 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Sanitizer, IsShared)); in addSanitizerRuntime()
9432 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
9437 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
9440 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
10084 CmdArgs.push_back(TC.getCompilerRTArgString(Args, "asan_dll_thunk")); in ConstructJob()
10087 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
/external/clang/include/clang/Driver/
DToolChain.h263 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,