Home
last modified time | relevance | path

Searched refs:getCompilerRT (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Driver/
DSanitizerArgs.cpp629 "--dependent-lib=" + TC.getCompilerRT(Args, "ubsan_standalone"))); in addArgs()
632 "--dependent-lib=" + TC.getCompilerRT(Args, "ubsan_standalone_cxx"))); in addArgs()
636 TC.getCompilerRT(Args, "stats_client"))); in addArgs()
643 TC.getCompilerRT(Args, "stats"))); in addArgs()
DToolChain.cpp287 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain
310 return Args.MakeArgString(getCompilerRT(Args, Component, Shared)); in getCompilerRTArgString()
DTools.h41 SmallString<128> getCompilerRT(const ToolChain &TC,
DToolChains.h906 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
DToolChains.cpp2916 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
DTools.cpp3064 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
/external/clang/include/clang/Driver/
DToolChain.h264 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,