/freebsd/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().value_or(0); in FindLineEntryIndexByFileIndexImpl() 355 src_location_spec.GetColumn().value_or(LLDB_INVALID_COLUMN_NUMBER); in FindLineEntryIndexByFileIndexImpl() 356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()
|
H A D | CompileUnit.h | 363 /// Given a file in \a src_location_spec, find all instances and 366 /// \param[in] src_location_spec 367 /// The \a src_location_spec containing the \a file_spec, the line and the 393 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 | 287 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompileUnit.cpp | 249 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 251 const FileSpec file_spec = src_location_spec.GetFileSpec(); in ResolveSymbolContext() 252 const uint32_t line = src_location_spec.GetLine().value_or(0); in ResolveSymbolContext() 253 const bool check_inlines = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 304 0, file_indexes.front(), src_location_spec, &line_entry); in ResolveSymbolContext() 310 0, file_indexes, src_location_spec, &line_entry); in ResolveSymbolContext() 320 src_location_spec.GetColumn() ? std::optional<uint16_t>(line_entry.column) 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 | 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/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 107 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
H A D | SymbolFileBreakpad.cpp | 412 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 421 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 | 872 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 881 bool resolve = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 887 FileSpec::Match(src_location_spec.GetFileSpec(), so_file_spec); in ResolveSymbolContext() 892 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 | 166 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
H A D | SymbolFileDWARF.cpp | 2292 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 2295 const bool check_inlines = src_location_spec.GetCheckInlines(); in ResolveSymbolContext() 2305 src_location_spec.GetFileSpec(), dc_cu->GetPrimaryFile()); in ResolveSymbolContext() 2307 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 | 804 const lldb_private::SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 808 const FileSpec &file_spec = src_location_spec.GetFileSpec(); in ResolveSymbolContext() 809 const uint32_t line = src_location_spec.GetLine().value_or(0); in ResolveSymbolContext() 828 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 | 1157 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument 1169 src_location_spec.GetFileSpec(), cu->GetPrimaryFile()); in ResolveSymbolContext() 1171 cu->ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
|