Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp281 uint32_t line, bool exact, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex() argument
306 if (line_entry_ptr) in FindLineEntryIndexByFileIndex()
307 ConvertEntryAtIndexToLineEntry(idx, *line_entry_ptr); in FindLineEntryIndexByFileIndex()
318 if (line_entry_ptr) in FindLineEntryIndexByFileIndex()
319 ConvertEntryAtIndexToLineEntry(best_match, *line_entry_ptr); in FindLineEntryIndexByFileIndex()
328 LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex() argument
350 if (line_entry_ptr) in FindLineEntryIndexByFileIndex()
351 ConvertEntryAtIndexToLineEntry(idx, *line_entry_ptr); in FindLineEntryIndexByFileIndex()
362 if (line_entry_ptr) in FindLineEntryIndexByFileIndex()
363 ConvertEntryAtIndexToLineEntry(best_match, *line_entry_ptr); in FindLineEntryIndexByFileIndex()
H A DCompileUnit.cpp247 LineEntry *line_entry_ptr) { in FindLineEntry() argument
268 exact, line_entry_ptr); in FindLineEntry()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineTable.h169 LineEntry *line_entry_ptr);
173 uint32_t line, bool exact, LineEntry *line_entry_ptr);