Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DToolChain.h319 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;
/external/clang/lib/Driver/
DToolChain.cpp353 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
DToolChains.cpp352 switch (GetRuntimeLibType(Args)) { in AddLinkRuntimeLibArgs()
DTools.cpp7711 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()