Searched refs:line_entry_ptr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 154 LineEntry *line_entry_ptr); 158 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr); 346 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr, in FindLineEntryIndexByFileIndexImpl() argument 351 if (!line_entry_ptr) in FindLineEntryIndexByFileIndexImpl() 377 ConvertEntryAtIndexToLineEntry(idx, *line_entry_ptr); in FindLineEntryIndexByFileIndexImpl() 389 ConvertEntryAtIndexToLineEntry(idx, *line_entry_ptr); in FindLineEntryIndexByFileIndexImpl() 405 if (line_entry_ptr) in FindLineEntryIndexByFileIndexImpl() 406 ConvertEntryAtIndexToLineEntry(best_match, *line_entry_ptr); in FindLineEntryIndexByFileIndexImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| 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 | CompileUnit.cpp | 229 LineEntry *line_entry_ptr) { in FindLineEntry() argument 245 start_idx, file_indexes, location_spec, line_entry_ptr); in FindLineEntry()
|