Home
last modified time | relevance | path

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

/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,