Home
last modified time | relevance | path

Searched refs:runtimeLibType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp820 if (runtimeLibType) in GetRuntimeLibType()
821 return *runtimeLibType; in GetRuntimeLibType()
828 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
830 runtimeLibType = ToolChain::RLT_Libgcc; in GetRuntimeLibType()
832 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType()
838 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType()
841 return *runtimeLibType; in GetRuntimeLibType()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h181 mutable llvm::Optional<RuntimeLibType> runtimeLibType; variable