HomeSort by: relevance | last modified time | path
    Searched refs:unwindLibType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 778 ToolChain::UnwindLibType ToolChain::GetUnwindLibType(
780 if (unwindLibType)
781 return *unwindLibType;
787 unwindLibType = ToolChain::UNW_None;
792 unwindLibType = ToolChain::UNW_CompilerRT;
794 unwindLibType = ToolChain::UNW_None;
796 unwindLibType = ToolChain::UNW_Libgcc;
800 unwindLibType = ToolChain::UNW_CompilerRT;
802 unwindLibType = ToolChain::UNW_Libgcc;
808 unwindLibType = GetDefaultUnwindLibType()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 105 enum UnwindLibType {
171 mutable llvm::Optional<UnwindLibType> unwindLibType;
426 virtual UnwindLibType GetDefaultUnwindLibType() const {
610 virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;

Completed in 21 milliseconds