| /freebsd-14.2/contrib/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 | OpenBSD.h | 82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | AVR.cpp | 420 AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, in getCompilerRT() function in AVRToolChain 558 getToolChain().getCompilerRT(Args, "builtins", ToolChain::FT_Static); in ConstructJob()
|
| H A D | OHOS.h | 60 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | MipsLinux.cpp | 121 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
|
| H A D | OpenBSD.cpp | 369 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OpenBSD 384 return ToolChain::getCompilerRT(Args, Component, Type); in getCompilerRT()
|
| H A D | BareMetal.cpp | 371 const std::string FileName = getCompilerRT(Args, "builtins"); in AddLinkRuntimeLib() 462 const std::string FileName = TC.getCompilerRT(Args, "builtins"); in ConstructJob()
|
| 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 | 212 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob() 222 TC.getCompilerRT(Args, Lib))); in ConstructJob()
|
| H A D | Gnu.cpp | 489 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob() 649 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
|
| H A D | CommonArgs.cpp | 1337 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 615 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename() 653 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain 677 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
|
| H A D | Driver.cpp | 2242 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 500 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
|