Home
last modified time | relevance | path

Searched refs:GetDebugInfoModules (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.h142 ModuleList GetDebugInfoModules() override;
HDSymbolFileDWARFDebugMap.cpp1530 ModuleList SymbolFileDWARFDebugMap::GetDebugInfoModules() { in GetDebugInfoModules() function in SymbolFileDWARFDebugMap
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFile.h424 virtual ModuleList GetDebugInfoModules() { return ModuleList(); } in GetDebugInfoModules() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp276 ModuleList symbol_modules = sym_file->GetDebugInfoModules(); in ReportStatistics()