Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Driver/
DToolChain.cpp887 if (unwindLibType) in GetUnwindLibType()
888 return *unwindLibType; in GetUnwindLibType()
894 unwindLibType = ToolChain::UNW_None; in GetUnwindLibType()
899 unwindLibType = ToolChain::UNW_CompilerRT; in GetUnwindLibType()
901 unwindLibType = ToolChain::UNW_None; in GetUnwindLibType()
903 unwindLibType = ToolChain::UNW_Libgcc; in GetUnwindLibType()
907 unwindLibType = ToolChain::UNW_CompilerRT; in GetUnwindLibType()
909 unwindLibType = ToolChain::UNW_Libgcc; in GetUnwindLibType()
915 unwindLibType = GetDefaultUnwindLibType(); in GetUnwindLibType()
918 return *unwindLibType; in GetUnwindLibType()
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DToolChain.h186 mutable std::optional<UnwindLibType> unwindLibType; variable