diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2014-11-25 21:00:58 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2014-11-25 21:00:58 +0000 |
| commit | 0cac4ca3916ac24ab6139d03cbfd18db9e715bfe (patch) | |
| tree | c94307da318be46e5aeea1a325c1e91749506e4f /source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | |
| parent | 03b99097822ca3ac69252d9afae716a584ed56c4 (diff) | |
Diffstat (limited to 'source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h')
| -rw-r--r-- | source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h b/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h index 8dac209361eda..178e5142d94bf 100644 --- a/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h +++ b/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h @@ -368,9 +368,10 @@ protected: lldb_private::TypeList* type_list, std::vector<lldb_private::ClangASTType>& function_args, std::vector<clang::ParmVarDecl*>& function_param_decls, - unsigned &type_quals, - lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos); - + unsigned &type_quals); + // lldb_private::ClangASTContext::TemplateParameterInfos &template_param_infos); // not currently needed + + size_t ParseChildEnumerators( const lldb_private::SymbolContext& sc, lldb_private::ClangASTType &clang_type, @@ -546,7 +547,7 @@ protected: const DWARFDebugInfoEntry *src_class_die, DWARFCompileUnit* dst_cu, const DWARFDebugInfoEntry *dst_class_die, - llvm::SmallVectorImpl <const DWARFDebugInfoEntry *> &failures); + DWARFDIECollection &failures); bool FixupAddress (lldb_private::Address &addr); |
