Home
last modified time | relevance | path

Searched refs:getCompilerRT (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.h40 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DAVR.h36 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOpenBSD.h82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DAVR.cpp494 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 DOHOS.h59 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DMipsLinux.cpp118 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
H A DOpenBSD.cpp364 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 DDarwin.h235 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
415 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOHOS.cpp340 std::string OHOS::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OHOS
H A DMSVC.cpp222 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob()
228 TC.getCompilerRT(Args, "asan_static_runtime_thunk"))); in ConstructJob()
H A DDarwin.cpp1317 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 DGnu.cpp421 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob()
572 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
H A DCommonArgs.cpp1472 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
H A DClang.cpp9265 TC.getCompilerRT(Args, "builtins", ToolChain::FT_Static)); in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp722 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 DDriver.cpp2588 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h515 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,