Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp754 if (runtimeLibType) in GetRuntimeLibType()
755 return *runtimeLibType; in GetRuntimeLibType()
762 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
764 runtimeLibType = ToolChain::RLT_Libgcc; in GetRuntimeLibType()
766 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType()
772 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType()
775 return *runtimeLibType; in GetRuntimeLibType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h170 mutable llvm::Optional<RuntimeLibType> runtimeLibType; variable