Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBCompileUnitExtensions.i21 num_line_entries = property(GetNumLineEntries, None, doc='''A read only property that returns the number of line entries in a compile unit as an integer.''')
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp868 uint32_t num_line_entries = line_table->GetSize(); in ResolveSymbolContext() local
870 --num_line_entries; in ResolveSymbolContext()
874 for (uint32_t line_idx = 0; line && line_idx < num_line_entries; in ResolveSymbolContext()