Home
last modified time | relevance | path

Searched refs:GetRuntimeLibType (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Driver/
DMinGWToolChain.cpp198 if (GetRuntimeLibType(DriverArgs) == ToolChain::RLT_Libgcc) { in AddClangSystemIncludeArgs()
DToolChain.cpp521 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
DToolChains.cpp385 switch (GetRuntimeLibType(Args)) { in AddLinkRuntimeLibArgs()
DTools.cpp8635 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()
9665 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args); in AddLibGCC()
/external/clang/include/clang/Driver/
DToolChain.h370 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;