Searched refs:visited_symbol_files (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Symbol/ |
D | CompileUnit.cpp | 353 llvm::DenseSet<SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument 356 return symfile->ForEachExternalModule(*this, visited_symbol_files, lambda); in ForEachExternalModule()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompileUnit.h | 257 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files,
|
D | SymbolFile.h | 166 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangUserExpression.cpp | 502 llvm::DenseSet<SymbolFile *> visited_symbol_files; in GetModuleConfig() local 504 visited_symbol_files, [&files](Module &module) { in GetModuleConfig()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 666 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument 671 return oso_dwarf->ForEachExternalModule(comp_unit, visited_symbol_files, f); in ForEachExternalModule()
|
D | SymbolFileDWARF.cpp | 857 llvm::DenseSet<lldb_private::SymbolFile *> &visited_symbol_files, in ForEachExternalModule() argument 860 if (!visited_symbol_files.insert(this).second) in ForEachExternalModule() 875 bool early_exit = cu->ForEachExternalModule(visited_symbol_files, lambda); in ForEachExternalModule()
|