Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h168 int64_t GetFirstIndex() const { return m_first_index; } in GetFirstIndex() function
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp379 int64_t first_index = node->GetFirstIndex(); in Visit()