| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 250 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 253 const FileSpec file_spec = src_location_spec.GetFileSpec(); in ResolveSymbolContext() 255 src_location_spec.GetLine().value_or(LLDB_INVALID_LINE_NUMBER); in ResolveSymbolContext() 257 src_location_spec.GetColumn().value_or(LLDB_INVALID_COLUMN_NUMBER); in ResolveSymbolContext() 258 const bool check_inlines = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 309 0, file_indexes.front(), src_location_spec, &line_entry); in ResolveSymbolContext() 315 0, file_indexes, src_location_spec, &line_entry); in ResolveSymbolContext() 349 [&sought_decl, &sc_list, &src_location_spec, resolve_scope, in ResolveSymbolContext() 383 if (src_location_spec.GetExactMatch()) { in ResolveSymbolContext() 385 if ((src_location_spec.GetFileSpec() == in ResolveSymbolContext() [all …]
|
| H A D | LineTable.cpp | 277 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex() argument 283 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher); in FindLineEntryIndexByFileIndex() 288 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex() argument 295 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher); in FindLineEntryIndexByFileIndex()
|
| H A D | SymbolFileOnDemand.cpp | 288 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 295 return m_sym_file_impl->ResolveSymbolContext(src_location_spec, resolve_scope, in ResolveSymbolContext()
|
| H A D | SymbolFile.cpp | 109 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 153 const SourceLocationSpec &src_location_spec, 158 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr); 346 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr, in FindLineEntryIndexByFileIndexImpl() argument 354 const uint32_t line = src_location_spec.GetLine().value_or(0); in FindLineEntryIndexByFileIndexImpl() 356 src_location_spec.GetColumn().value_or(LLDB_INVALID_COLUMN_NUMBER); in FindLineEntryIndexByFileIndexImpl() 357 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()
|
| H A D | CompileUnit.h | 399 void ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileOnDemand.h | 125 const lldb_private::SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFile.h | 295 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 107 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileBreakpad.cpp | 410 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 419 cu.ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 890 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 899 bool resolve = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 905 FileSpec::Match(src_location_spec.GetFileSpec(), so_file_spec); in ResolveSymbolContext() 910 oso_dwarf->ResolveSymbolContext(src_location_spec, resolve_scope, in ResolveSymbolContext()
|
| H A D | SymbolFileDWARFDebugMap.h | 105 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileDWARF.h | 165 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileDWARF.cpp | 2233 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 2236 const bool check_inlines = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 2246 src_location_spec.GetFileSpec(), dc_cu->GetPrimaryFile()); in ResolveSymbolContext() 2248 dc_cu->ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 109 const lldb_private::SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFilePDB.cpp | 790 const lldb_private::SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 794 const FileSpec &file_spec = src_location_spec.GetFileSpec(); in ResolveSymbolContext() 795 const uint32_t line = src_location_spec.GetLine().value_or(0); in ResolveSymbolContext() 814 if (!src_location_spec.GetCheckInlines()) { in ResolveSymbolContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 127 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileNativePDB.cpp | 1154 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 1166 src_location_spec.GetFileSpec(), cu->GetPrimaryFile()); in ResolveSymbolContext() 1168 cu->ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
|