Searched refs:GetRuntimeLibType (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFuchsia.h78 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DRISCVToolchain.cpp167 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args);
H A DMinGW.cpp68 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args);
567 if (GetRuntimeLibType(DriverArgs) == ToolChain::RLT_Libgcc) {
H A DBareMetal.cpp276 ToolChain::RuntimeLibType RLT = GetRuntimeLibType(Args);
H A DFuchsia.cpp291 ToolChain::RuntimeLibType Fuchsia::GetRuntimeLibType( function in class:Fuchsia
H A DDarwin.h531 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DLinux.cpp666 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args);
H A DCommonArgs.cpp1478 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args);
H A DDarwin.cpp1270 ToolChain::RuntimeLibType DarwinClang::GetRuntimeLibType( function in class:DarwinClang
1286 GetRuntimeLibType(Args);
H A DGnu.cpp528 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT &&
649 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp752 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( function in class:ToolChain
789 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args);
798 if (GetRuntimeLibType(Args) == RLT_Libgcc)
H A DDriver.cpp1886 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h599 // GetRuntimeLibType - Determine the runtime library type to use with the
602 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;

Completed in 170 milliseconds