/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MipsLinux.h | 41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
H A D | AVR.h | 36 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
H A D | AVR.cpp | 428 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 D | OpenBSD.h | 82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
H A D | OHOS.h | 60 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
H A D | MipsLinux.cpp | 120 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
|
H A D | OpenBSD.cpp | 374 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 D | OHOS.cpp | 341 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 D | MSVC.cpp | 225 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob() 231 TC.getCompilerRT(Args, "asan_static_runtime_thunk"))); in ConstructJob()
|
H A D | Gnu.cpp | 491 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob() 652 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
|
H A D | CommonArgs.cpp | 1398 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in collectSanitizerRuntimes()
|
/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 728 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 D | Driver.cpp | 2532 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in BuildUniversalActions()
|
/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 510 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
|