Searched refs:file_ranges (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp79 LineTable::FileAddressRanges file_ranges; local
82 line_table->GetContiguousFileAddressRanges(file_ranges, append);
85 file_ranges.GetEntryRef(idx);
102 LineTable::FileAddressRanges file_ranges; local
105 line_table->GetContiguousFileAddressRanges(file_ranges, append);
108 file_ranges.GetEntryRef(idx);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp426 size_t LineTable::GetContiguousFileAddressRanges(FileAddressRanges &file_ranges, argument
429 file_ranges.Clear();
430 const size_t initial_count = file_ranges.GetSize();
441 file_ranges.Append(range);
448 return file_ranges.GetSize() - initial_count;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h184 /// \param[out] file_ranges
189 /// If \b true, then append to \a file_ranges, otherwise clear
190 /// \a file_ranges prior to adding any ranges.
193 /// The number of address ranges added to \a file_ranges
194 size_t GetContiguousFileAddressRanges(FileAddressRanges &file_ranges,

Completed in 404 milliseconds