Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DAVR.cpp420 AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, in getCompilerRT() function in AVRToolChain
538 getToolChain().getCompilerRT(Args, "builtins", ToolChain::FT_Static); in ConstructJob()
H A DOpenBSD.h82 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DBareMetal.cpp289 const std::string FileName = getCompilerRT(Args, "builtins"); in AddLinkRuntimeLib()
325 const std::string FileName = TC.getCompilerRT(Args, "builtins"); in ConstructJob()
H A DMipsLinux.cpp121 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
H A DOpenBSD.cpp345 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in OpenBSD
359 return ToolChain::getCompilerRT(Args, Component, Type); in getCompilerRT()
H A DMSVC.cpp212 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob()
222 TC.getCompilerRT(Args, Lib))); in ConstructJob()
H A DGnu.cpp528 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob()
674 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
H A DCommonArgs.cpp954 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp506 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename()
544 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() function in ToolChain
568 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
H A DDriver.cpp2195 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h477 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,