LLDB mainline
|
This is the complete list of members for lldb_private::plugin::dwarf::ManualDWARFIndex, including all inherited members.
Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, bool &signature_mismatch) | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
DIERefCallback(llvm::function_ref< bool(DWARFDIE die)> callback, llvm::StringRef name={}) const | lldb_private::plugin::dwarf::DWARFIndex | inlineprotected |
Dump(Stream &s) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
DWARFIndex(Module &module) | lldb_private::plugin::dwarf::DWARFIndex | inline |
Encode(DataEncoder &encoder) const | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
GetCacheKey() | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
GetCompleteObjCClass(ConstString class_name, bool must_be_implementation, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | 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) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetFunctions(const RegularExpression ®ex, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetGlobalVariables(ConstString basename, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetGlobalVariables(const RegularExpression ®ex, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetGlobalVariables(DWARFUnit &unit, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetIndexTime() | lldb_private::plugin::dwarf::DWARFIndex | inline |
GetNamespaces(ConstString name, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetObjCMethods(ConstString class_name, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetTypes(ConstString name, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
GetTypes(const DWARFDeclContext &context, llvm::function_ref< bool(DWARFDIE die)> callback) override | lldb_private::plugin::dwarf::ManualDWARFIndex | virtual |
Index() | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, IndexSet &set) | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
IndexUnitImpl(DWARFUnit &unit, const lldb::LanguageType cu_language, IndexSet &set) | lldb_private::plugin::dwarf::ManualDWARFIndex | privatestatic |
LoadFromCache() | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
m_dwarf | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
m_index_time | lldb_private::plugin::dwarf::DWARFIndex | protected |
m_indexed | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
m_module | lldb_private::plugin::dwarf::DWARFIndex | protected |
m_set | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
m_type_sigs_to_avoid | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
m_units_to_avoid | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
ManualDWARFIndex(Module &module, SymbolFileDWARF &dwarf, llvm::DenseSet< dw_offset_t > units_to_avoid={}, llvm::DenseSet< uint64_t > type_sigs_to_avoid={}) | lldb_private::plugin::dwarf::ManualDWARFIndex | inline |
Preload() override | lldb_private::plugin::dwarf::ManualDWARFIndex | inlinevirtual |
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 |
SaveToCache() | lldb_private::plugin::dwarf::ManualDWARFIndex | private |
~DWARFIndex() | lldb_private::plugin::dwarf::DWARFIndex | virtual |