Home
last modified time | relevance | path

Searched refs:src_location_spec (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DLineTable.h157 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 DCompileUnit.h380 void ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileOnDemand.h121 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFile.h225 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompileUnit.cpp249 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()
310 0, file_indexes.front(), src_location_spec, &line_entry); in ResolveSymbolContext()
316 0, file_indexes, src_location_spec, &line_entry); in ResolveSymbolContext()
326 src_location_spec.GetColumn() in ResolveSymbolContext()
H A DLineTable.cpp307 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 DSymbolFileOnDemand.cpp278 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
285 return m_sym_file_impl->ResolveSymbolContext(src_location_spec, resolve_scope, in ResolveSymbolContext()
H A DSymbolFile.cpp108 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp803 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
812 bool resolve = src_location_spec.GetCheckInlines(); in ResolveSymbolContext()
818 FileSpec::Match(src_location_spec.GetFileSpec(), so_file_spec); in ResolveSymbolContext()
823 oso_dwarf->ResolveSymbolContext(src_location_spec, resolve_scope, in ResolveSymbolContext()
H A DSymbolFileDWARFDebugMap.h101 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARF.h167 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARF.cpp2055 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
2058 const bool check_inlines = src_location_spec.GetCheckInlines(); in ResolveSymbolContext()
2068 src_location_spec.GetFileSpec(), dc_cu->GetPrimaryFile()); in ResolveSymbolContext()
2070 dc_cu->ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h106 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileBreakpad.cpp409 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
418 cu.ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h108 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFilePDB.cpp795 const lldb_private::SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
799 const FileSpec &file_spec = src_location_spec.GetFileSpec(); in ResolveSymbolContext()
800 const uint32_t line = src_location_spec.GetLine().value_or(0); in ResolveSymbolContext()
819 if (!src_location_spec.GetCheckInlines()) { in ResolveSymbolContext()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h126 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileNativePDB.cpp1058 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() argument
1070 src_location_spec.GetFileSpec(), cu->GetPrimaryFile()); in ResolveSymbolContext()
1072 cu->ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()