Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.h41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DOHOS.h60 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DMipsLinux.cpp120 std::string MipsLLVMToolChain::getCompilerRT(const ArgList &Args, in getCompilerRT() function in MipsLLVMToolChain
H A DOpenBSD.cpp373 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 DDarwin.h230 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
369 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.cpp217 TC.getCompilerRT(Args, "asan_dynamic_runtime_thunk"))); in ConstructJob()
227 TC.getCompilerRT(Args, Lib))); in ConstructJob()
H A DDarwin.cpp1275 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 DGnu.cpp493 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", in ConstructJob()
653 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob()
H A DCommonArgs.cpp1331 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp639 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 DDriver.cpp2288 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n"; in HandleImmediateArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h511 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,