LLDB mainline
|
This is the complete list of members for lldb_private::plugin::dwarf::DWARFIndex, including all inherited members.
DIERefCallback(llvm::function_ref< bool(DWARFDIE die)> callback, llvm::StringRef name={}) const | lldb_private::plugin::dwarf::DWARFIndex | inlineprotected |
Dump(Stream &s)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
DWARFIndex(Module &module) | lldb_private::plugin::dwarf::DWARFIndex | inline |
GetCompleteObjCClass(ConstString class_name, bool must_be_implementation, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetFullyQualifiedType(const DWARFDeclContext &context, llvm::function_ref< bool(DWARFDIE die)> callback) | lldb_private::plugin::dwarf::DWARFIndex | virtual |
GetFullyQualifiedTypeImpl(const DWARFDeclContext &context, DWARFDIE die, llvm::function_ref< bool(DWARFDIE die)> callback) | lldb_private::plugin::dwarf::DWARFIndex | protected |
GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetFunctions(const RegularExpression ®ex, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetGlobalVariables(ConstString basename, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetGlobalVariables(const RegularExpression ®ex, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetGlobalVariables(DWARFUnit &cu, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetIndexTime() | lldb_private::plugin::dwarf::DWARFIndex | inline |
GetNamespaces(ConstString name, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetObjCMethods(ConstString class_name, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetTypes(ConstString name, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
GetTypes(const DWARFDeclContext &context, llvm::function_ref< bool(DWARFDIE die)> callback)=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
m_index_time | lldb_private::plugin::dwarf::DWARFIndex | protected |
m_module | lldb_private::plugin::dwarf::DWARFIndex | protected |
Preload()=0 | lldb_private::plugin::dwarf::DWARFIndex | pure virtual |
ProcessFunctionDIE(const Module::LookupInfo &lookup_info, DWARFDIE die, const CompilerDeclContext &parent_decl_ctx, llvm::function_ref< bool(DWARFDIE die)> callback) | lldb_private::plugin::dwarf::DWARFIndex | protected |
ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const | lldb_private::plugin::dwarf::DWARFIndex | protected |
~DWARFIndex() | lldb_private::plugin::dwarf::DWARFIndex | virtual |