Home
last modified time | relevance | path

Searched defs:GetLineEntryAtIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp64 SBLineEntry SBCompileUnit::GetLineEntryAtIndex(uint32_t idx) const { in GetLineEntryAtIndex() function in SBCompileUnit
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp179 bool LineTable::GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry) { in GetLineEntryAtIndex() function in LineTable