Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp190 uint32_t *index_ptr) { in FindLineEntryByAddress() argument
191 if (index_ptr != nullptr) in FindLineEntryByAddress()
192 *index_ptr = UINT32_MAX; in FindLineEntryByAddress()
251 if (index_ptr != nullptr && success) in FindLineEntryByAddress()
252 *index_ptr = match_idx; in FindLineEntryByAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h123 uint32_t *index_ptr = nullptr);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp957 uint32_t index_ptr = 0, end_ptr = UINT32_MAX; in DoExecute() local
971 &index_ptr); in DoExecute()
989 uint32_t start_idx_ptr = index_ptr; in DoExecute()
991 index_ptr, line_number, nullptr, exact, &line_entry); in DoExecute()
995 start_idx_ptr = index_ptr; in DoExecute()