| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MipsLinux.h | 40 std::string 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 | OpenBSD.h | 82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | AVR.cpp | 494 std::string AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, in getCompilerRT() function in AVRToolChain 624 getToolChain().getCompilerRT(Args, "builtins", ToolChain::FT_Static); in ConstructJob()
|
| H A D | OHOS.h | 59 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | MipsLinux.cpp | 118 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
|
| H A D | OpenBSD.cpp | 364 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OpenBSD 379 return ToolChain::getCompilerRT(Args, Component, Type, IsFortran); in getCompilerRT()
|
| H A D | Darwin.h | 235 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, 415 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | OHOS.cpp | 340 std::string OHOS::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OHOS
|
| H A D | MSVC.cpp | 222 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob() 228 TC.getCompilerRT(Args, "asan_static_runtime_thunk"))); in ConstructJob()
|
| H A D | Darwin.cpp | 1317 std::string P = getCompilerRT( in AddLinkRuntimeLib() 1347 std::string MachO::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT() function in MachO 1366 std::string Darwin::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT() function in Darwin
|
| H A D | Gnu.cpp | 421 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob() 572 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
|
| H A D | CommonArgs.cpp | 1472 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
|
| H A D | Clang.cpp | 9265 TC.getCompilerRT(Args, "builtins", ToolChain::FT_Static)); in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 722 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename() 765 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain 798 return Args.MakeArgString(getCompilerRT(Args, Component, Type, isFortran)); in getCompilerRTArgString()
|
| H A D | Driver.cpp | 2588 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 515 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
|