Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DToolChain.h235 virtual RuntimeLibType GetRuntimeLibType(const ArgList &Args) const;
/external/clang/lib/Driver/
DToolChain.cpp179 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
DToolChains.cpp318 switch (GetRuntimeLibType(Args)) { in AddLinkRuntimeLibArgs()