Home
last modified time | relevance | path

Searched refs:visited_symbol_files (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp407 llvm::DenseSet<SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument
410 return symfile->ForEachExternalModule(*this, visited_symbol_files, lambda); in ForEachExternalModule()
H A DSymbolFileOnDemand.cpp105 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument
113 return m_sym_file_impl->ForEachExternalModule(comp_unit, visited_symbol_files, in ForEachExternalModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h256 /// \param visited_symbol_files
268 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files,
H A DSymbolFile.h195 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp493 llvm::DenseSet<SymbolFile *> visited_symbol_files; in GetModuleConfig() local
495 visited_symbol_files, [&files](Module &module) { in GetModuleConfig()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp721 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument
726 return oso_dwarf->ForEachExternalModule(comp_unit, visited_symbol_files, f); in ForEachExternalModule()
H A DSymbolFileDWARF.cpp1052 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument
1055 if (!visited_symbol_files.insert(this).second) in ForEachExternalModule()
1070 bool early_exit = cu->ForEachExternalModule(visited_symbol_files, lambda); in ForEachExternalModule()