/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MipsLinux.h | 41 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 | 373 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OpenBSD 388 return ToolChain::getCompilerRT(Args, Component, Type); in getCompilerRT()
|
H A D | Darwin.h | 230 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, 369 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 | 217 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob() 227 TC.getCompilerRT(Args, Lib))); in ConstructJob()
|
H A D | Darwin.cpp | 1275 std::string P = getCompilerRT( in AddLinkRuntimeLib() 1305 std::string MachO::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT() function in MachO 1324 std::string Darwin::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT() function in Darwin
|
H A D | Gnu.cpp | 493 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob() 653 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
|
H A D | CommonArgs.cpp | 1331 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 639 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename() 677 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain 711 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
|
H A D | Driver.cpp | 2288 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 511 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
|