Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp861 if (runtimeLibType) in GetRuntimeLibType()
862 return *runtimeLibType; in GetRuntimeLibType()
869 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
871 runtimeLibType = ToolChain::RLT_Libgcc; in GetRuntimeLibType()
873 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType()
879 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType()
882 return *runtimeLibType; in GetRuntimeLibType()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h185 mutable std::optional<RuntimeLibType> runtimeLibType; variable