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

/external/clang/include/clang/Driver/
H A DToolChain.h293 // GetRuntimeLibType - Determine the runtime library type to use with the
296 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;
/external/clang/lib/Driver/
H A DToolChain.cpp293 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( function in class:ToolChain
H A DToolChains.cpp307 switch (GetRuntimeLibType(Args)) {
H A DTools.cpp7064 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args);

Completed in 1126 milliseconds