Home
last modified time | relevance | path

Searched refs:GetLastIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h169 int64_t GetLastIndex() const { return m_last_index; } in GetLastIndex() function
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp380 int64_t last_index = node->GetLastIndex(); in Visit()