Home
last modified time | relevance | path

Searched refs:line_entry_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h158 LineEntry *line_entry_ptr);
162 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr);
345 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr, in FindLineEntryIndexByFileIndexImpl() argument
350 if (!line_entry_ptr) in FindLineEntryIndexByFileIndexImpl()
376 ConvertEntryAtIndexToLineEntry(idx, *line_entry_ptr); in FindLineEntryIndexByFileIndexImpl()
388 ConvertEntryAtIndexToLineEntry(idx, *line_entry_ptr); in FindLineEntryIndexByFileIndexImpl()
404 if (line_entry_ptr) in FindLineEntryIndexByFileIndexImpl()
405 ConvertEntryAtIndexToLineEntry(best_match, *line_entry_ptr); in FindLineEntryIndexByFileIndexImpl()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
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 DCompileUnit.cpp228 LineEntry *line_entry_ptr) { in FindLineEntry() argument
244 start_idx, file_indexes, location_spec, line_entry_ptr); in FindLineEntry()