Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.h41 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.cpp420 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 DOHOS.h60 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DMipsLinux.cpp121 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
H A DOpenBSD.cpp369 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 DBareMetal.cpp371 const std::string FileName = getCompilerRT(Args, "builtins"); in AddLinkRuntimeLib()
462 const std::string FileName = TC.getCompilerRT(Args, "builtins"); in ConstructJob()
H A DOHOS.cpp340 std::string OHOS::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OHOS
H A DMSVC.cpp212 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob()
222 TC.getCompilerRT(Args, Lib))); in ConstructJob()
H A DGnu.cpp489 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob()
649 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
H A DCommonArgs.cpp1337 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp615 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 DDriver.cpp2242 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h500 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,