Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMinGWToolChain.cpp204 if (GetRuntimeLibType(DriverArgs) == ToolChain::RLT_Libgcc) { in AddClangSystemIncludeArgs()
DToolChain.cpp528 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
DToolChains.cpp406 switch (GetRuntimeLibType(Args)) { in AddLinkRuntimeLibArgs()
DTools.cpp9223 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()
10296 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args); in AddLibGCC()
/external/clang/include/clang/Driver/
DToolChain.h380 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;