Searched refs:getCompilerRT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MipsLinux.h | 41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | OpenBSD.h | 80 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | MipsLinux.cpp | 119 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
|
| H A D | OpenBSD.cpp | 309 std::string OpenBSD::getCompilerRT(const ArgList &Args, in getCompilerRT() function in OpenBSD
|
| H A D | MSVC.cpp | 491 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob() 501 TC.getCompilerRT(Args, Lib))); in ConstructJob()
|
| H A D | Gnu.cpp | 530 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob() 651 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
|
| H A D | CommonArgs.cpp | 732 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 425 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename() 463 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain 487 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
|
| H A D | Driver.cpp | 1883 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 436 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
|