| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 157 const SourceLocationSpec &src_location_spec, 162 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr); 345 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr, in FindLineEntryIndexByFileIndexImpl() argument 353 const uint32_t line = src_location_spec.GetLine().getValueOr(0); in FindLineEntryIndexByFileIndexImpl() 355 src_location_spec.GetColumn().getValueOr(LLDB_INVALID_COLUMN_NUMBER); in FindLineEntryIndexByFileIndexImpl() 356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()
|
| H A D | CompileUnit.h | 379 void ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFile.h | 214 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 239 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 241 const FileSpec file_spec = src_location_spec.GetFileSpec(); in ResolveSymbolContext() 242 const uint32_t line = src_location_spec.GetLine().getValueOr(0); in ResolveSymbolContext() 243 const bool check_inlines = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 297 0, file_indexes.front(), src_location_spec, &line_entry); in ResolveSymbolContext() 303 0, file_indexes, src_location_spec, &line_entry); in ResolveSymbolContext()
|
| H A D | LineTable.cpp | 307 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex() argument 313 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher); in FindLineEntryIndexByFileIndex() 318 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex() argument 325 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher); in FindLineEntryIndexByFileIndex()
|
| H A D | SymbolFile.cpp | 101 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 811 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 820 bool resolve = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 826 FileSpec::Match(src_location_spec.GetFileSpec(), so_file_spec); in ResolveSymbolContext() 831 oso_dwarf->ResolveSymbolContext(src_location_spec, resolve_scope, in ResolveSymbolContext()
|
| H A D | SymbolFileDWARFDebugMap.h | 101 const lldb_private::SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileDWARF.h | 165 const lldb_private::SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileDWARF.cpp | 1962 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 1965 const bool check_inlines = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 1975 src_location_spec.GetFileSpec(), dc_cu->GetPrimaryFile()); in ResolveSymbolContext() 1977 dc_cu->ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 104 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileBreakpad.cpp | 281 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 290 cu.ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 108 const lldb_private::SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFilePDB.cpp | 789 const lldb_private::SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 793 const FileSpec &file_spec = src_location_spec.GetFileSpec(); in ResolveSymbolContext() 794 const uint32_t line = src_location_spec.GetLine().getValueOr(0); in ResolveSymbolContext() 813 if (!src_location_spec.GetCheckInlines()) { in ResolveSymbolContext()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 123 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileNativePDB.cpp | 1004 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
|