Home
last modified time | relevance | path

Searched defs:GetIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h55 uint32_t GetIndex() const { return m_index; } in GetIndex() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h158 PdbIndex &GetIndex() { return *m_index; }; in GetIndex() function
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h146 int64_t GetIndex() const { return m_index; } in GetIndex() function