Home
last modified time | relevance | path

Searched refs:UnwindLibType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h105 enum UnwindLibType { enum
171 mutable llvm::Optional<UnwindLibType> unwindLibType;
426 virtual UnwindLibType GetDefaultUnwindLibType() const { in GetDefaultUnwindLibType()
610 virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.h30 UnwindLibType
H A DMSP430.h43 UnwindLibType
H A DRISCVToolchain.cpp84 ToolChain::UnwindLibType
H A DCommonArgs.cpp1423 ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args); in AddUnwindLibrary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp778 ToolChain::UnwindLibType ToolChain::GetUnwindLibType( in GetUnwindLibType()