reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Driver/ToolChain.h
  541   virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;

References

tools/clang/lib/Driver/ToolChains/CommonArgs.cpp
 1184   ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args);