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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp459 LineTable::GetContiguousFileAddressRanges (FileAddressRanges &file_ranges, bool append) argument
462 file_ranges.Clear();
463 const size_t initial_count = file_ranges.GetSize();
477 file_ranges.Append(range);
486 return file_ranges.GetSize() - initial_count;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp390 LineTable::FileAddressRanges file_ranges; local
392 const size_t num_ranges = line_table->GetContiguousFileAddressRanges (file_ranges, append);
395 const LineTable::FileAddressRanges::Entry &range = file_ranges.GetEntryRef(idx);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineTable.h240 /// @param[out] file_ranges
245 /// If \b true, then append to \a file_ranges, otherwise clear
246 /// \a file_ranges prior to adding any ranges.
249 /// The number of address ranges added to \a file_ranges
252 GetContiguousFileAddressRanges (FileAddressRanges &file_ranges, bool append);

Completed in 59 milliseconds