/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolContext.h | 378 class SymbolContextList { 383 SymbolContextList(); 386 ~SymbolContextList(); 394 void Append(const SymbolContextList &sc_list); 398 uint32_t AppendIfUnique(const SymbolContextList &sc_list, 481 bool operator==(const SymbolContextList &lhs, const SymbolContextList &rhs); 482 bool operator!=(const SymbolContextList &lhs, const SymbolContextList &rhs);
|
D | SymbolFile.h | 215 SymbolContextList &sc_list); 228 bool include_inlines, SymbolContextList &sc_list); 230 bool include_inlines, SymbolContextList &sc_list);
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ModuleList.h | 42 class SymbolContextList; variable 265 void FindCompileUnits(const FileSpec &path, SymbolContextList &sc_list) const; 270 SymbolContextList &sc_list) const; 275 SymbolContextList &sc_list); 279 bool include_inlines, SymbolContextList &sc_list); 339 SymbolContextList &sc_list) const; 343 SymbolContextList &sc_list) const; 429 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) const; 435 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) const;
|
D | Module.h | 52 class SymbolContextList; variable 253 SymbolContextList &sc_list); 257 SymbolContextList &sc_list); 272 SymbolContextList &sc_list); 285 void FindCompileUnits(const FileSpec &path, SymbolContextList &sc_list); 308 bool inlines_ok, SymbolContextList &sc_list); 323 bool inlines_ok, SymbolContextList &sc_list); 733 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list); 777 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list); 910 void Prune(SymbolContextList &sc_list, size_t start_idx) const; [all …]
|
D | SourceManager.h | 28 class SymbolContextList; variable 129 const SymbolContextList *bp_locs = nullptr); 135 const SymbolContextList *bp_locs = nullptr); 138 const SymbolContextList *bp_locs = nullptr);
|
D | FileLineResolver.h | 47 const SymbolContextList &GetFileLineMatches() { return m_sc_list; } in GetFileLineMatches() 56 SymbolContextList m_sc_list;
|
/external/llvm-project/lldb/source/Symbol/ |
D | SymbolContext.cpp | 777 module](SymbolContextList &sc_list, in FindBestGlobalDataSymbol() 895 SymbolContextList sc_list; in FindBestGlobalDataSymbol() 907 SymbolContextList sc_list; in FindBestGlobalDataSymbol() 1189 SymbolContextList::SymbolContextList() : m_symbol_contexts() {} in SymbolContextList() function in SymbolContextList 1191 SymbolContextList::~SymbolContextList() {} in ~SymbolContextList() 1193 void SymbolContextList::Append(const SymbolContext &sc) { in Append() 1197 void SymbolContextList::Append(const SymbolContextList &sc_list) { in Append() 1203 uint32_t SymbolContextList::AppendIfUnique(const SymbolContextList &sc_list, in AppendIfUnique() 1214 bool SymbolContextList::AppendIfUnique(const SymbolContext &sc, in AppendIfUnique() 1249 void SymbolContextList::Clear() { m_symbol_contexts.clear(); } in Clear() [all …]
|
D | SymbolFile.cpp | 103 SymbolContextList &sc_list) { in ResolveSymbolContext() 120 SymbolContextList &sc_list) {} in FindFunctions() 124 SymbolContextList &sc_list) {} in FindFunctions()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBSymbolContextList.h | 48 lldb_private::SymbolContextList *operator->() const; 50 lldb_private::SymbolContextList &operator*() const; 53 std::unique_ptr<lldb_private::SymbolContextList> m_opaque_up;
|
/external/llvm-project/lldb/source/API/ |
D | SBSymbolContextList.cpp | 19 : m_opaque_up(new SymbolContextList()) { in SBSymbolContextList() 99 lldb_private::SymbolContextList *SBSymbolContextList::operator->() const { in operator ->() 103 lldb_private::SymbolContextList &SBSymbolContextList::operator*() const { in operator *()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.h | 111 lldb_private::SymbolContextList &sc_list) override; 127 lldb_private::SymbolContextList &sc_list) override; 131 lldb_private::SymbolContextList &sc_list) override; 237 lldb_private::SymbolContextList &sc_list); 240 lldb_private::SymbolContextList &sc_list);
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 137 const SymbolContextList &sc_list, in DumpLinesInSymbolContexts() 300 SymbolContextList &sc_list, in GetSymbolContextsForAddress() 371 SymbolContextList sc_list_funcs; in DumpLinesInFunctions() 373 SymbolContextList sc_list_lines; in DumpLinesInFunctions() 389 SymbolContextList sc_list_symbols; in DumpLinesInFunctions() 466 SymbolContextList sc_list; in DumpLinesForAddress() 524 SymbolContextList sc_list; in DumpLinesForFrame() 880 SymbolContextList &sc_list) { in FindMatchingFunctions() 910 SymbolContextList &sc_list) { in FindMatchingFunctionSymbols() 943 SymbolContextList sc_list; in DoExecute() [all …]
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestLineEntry.cpp | 58 SymbolContextList sc_comp_units; in GetLineEntryForLine() 59 SymbolContextList sc_line_entries; in GetLineEntryForLine()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | DynamicLoader.h | 29 class SymbolContextList; variable 147 SymbolContextList &equivalent_symbols) {} in FindEquivalentSymbols()
|
/external/llvm-project/lldb/unittests/SymbolFile/PDB/ |
D | SymbolFilePDBTests.cpp | 108 bool ContainsCompileUnit(const SymbolContextList &sc_list, in ContainsCompileUnit() 173 SymbolContextList sc_list; in TEST_F() 192 SymbolContextList sc_list; in TEST_F() 216 SymbolContextList sc_list; in TEST_F() 240 SymbolContextList sc_list; in TEST_F() 263 SymbolContextList sc_list; in TEST_F() 312 SymbolContextList sc_list; in TEST_F() 609 SymbolContextList sc_list; in TEST_F()
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointResolver.h | 205 void SetSCMatchesByLine(SearchFilter &filter, SymbolContextList &sc_list, 208 void SetSCMatchesByLine(SearchFilter &, SymbolContextList &, bool,
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
D | SymbolFileBreakpad.h | 107 SymbolContextList &sc_list) override; 115 bool include_inlines, SymbolContextList &sc_list) override; 118 SymbolContextList &sc_list) override;
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
D | CPPLanguageRuntime.cpp | 265 SymbolContextList &sc_list) { in FindLibCppStdFunctionCallableInfo() 273 SymbolContextList scl; in FindLibCppStdFunctionCallableInfo() 297 SymbolContextList scl; in FindLibCppStdFunctionCallableInfo()
|
/external/llvm-project/lldb/source/Core/ |
D | AddressResolverName.cpp | 71 SymbolContextList func_list; in SearchCallback() 72 SymbolContextList sym_list; in SearchCallback()
|
D | SourceManager.cpp | 156 const SymbolContextList *bp_locs) { in DisplaySourceLinesWithLineNumbersUsingLastFile() 246 const SymbolContextList *bp_locs) { in DisplaySourceLinesWithLineNumbers() 267 Stream *s, uint32_t count, bool reverse, const SymbolContextList *bp_locs) { in DisplayMoreWithLineNumbers() 340 SymbolContextList sc_list; in GetDefaultFileAndLine() 408 SymbolContextList sc_list; in CommonInitializer()
|
D | ModuleList.cpp | 372 SymbolContextList &sc_list) const { in FindFunctions() 402 SymbolContextList &sc_list) { in FindFunctionSymbols() 430 SymbolContextList &sc_list) { in FindFunctions() 439 SymbolContextList &sc_list) const { in FindCompileUnits() 469 SymbolContextList &sc_list) const { in FindSymbolsWithNameAndType() 478 SymbolContextList &sc_list) const { in FindSymbolsMatchingRegExAndType() 671 SymbolContextItem resolve_scope, SymbolContextList &sc_list) const { in ResolveSymbolContextForFilePath() 679 SymbolContextItem resolve_scope, SymbolContextList &sc_list) const { in ResolveSymbolContextsForFileSpec()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 46 SymbolContextList sc_list; in InferiorCallMmap() 140 SymbolContextList sc_list; in InferiorCallMunmap()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.h | 126 SymbolContextList &sc_list) override; 134 bool include_inlines, SymbolContextList &sc_list) override; 137 SymbolContextList &sc_list) override;
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.h | 104 lldb_private::SymbolContextList &sc_list) override; 117 lldb_private::SymbolContextList &sc_list) override; 120 lldb_private::SymbolContextList &sc_list) override;
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionDeclMap.h | 464 SymbolContextList SearchFunctionsInSymbolContexts( 465 const SymbolContextList &sc_list,
|