Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.h41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DAVR.h36 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DAVR.cpp428 AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, in getCompilerRT()
566 getToolChain().getCompilerRT(Args, "builtins", ToolChain::FT_Static); in ConstructJob()
420 AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, getCompilerRT() function in AVRToolChain
H A DOpenBSD.h82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOHOS.h60 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DMipsLinux.cpp120 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
H A DOpenBSD.cpp374 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
389 return ToolChain::getCompilerRT(Args, Component, Type); in getCompilerRT()
373 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, getCompilerRT() function in OpenBSD
H A DOHOS.cpp341 std::string OHOS::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
340 std::string OHOS::getCompilerRT(const ArgList &Args, StringRef Component, getCompilerRT() function in OHOS
H A DMSVC.cpp225 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob()
231 TC.getCompilerRT(Args, "asan_static_runtime_thunk"))); in ConstructJob()
H A DGnu.cpp491 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob()
652 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
H A DCommonArgs.cpp1398 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in collectSanitizerRuntimes()
/llvm-project/clang/lib/Driver/
H A DToolChain.cpp728 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getFallbackAndroidTargetPath()
766 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getTargetSubDirPath()
800 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getRuntimePath()
673 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, getCompilerRT() function in ToolChain
H A DDriver.cpp2532 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in BuildUniversalActions()
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h510 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,