Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp994 uint32_t index_ptr = 0, end_ptr; in DoExecute() local
1008 &index_ptr); in DoExecute()
1026 uint32_t start_idx_ptr = index_ptr; in DoExecute()
1028 index_ptr, line_number, nullptr, exact, &line_entry); in DoExecute()
1032 start_idx_ptr = index_ptr; in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DLineTable.h123 uint32_t *index_ptr = nullptr);
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dlower-aggr-copies.ll161 ; IR-NEXT: %index_ptr = sub i64 [[PHIVAL]], 1