Home
last modified time | relevance | path

Searched refs:FileAddressRanges (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp83 LineTable::FileAddressRanges file_ranges; in BuildAddressRangeTable()
88 const LineTable::FileAddressRanges::Entry &range = in BuildAddressRangeTable()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DLineTable.h187 FileAddressRanges; typedef
201 size_t GetContiguousFileAddressRanges(FileAddressRanges &file_ranges,
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLineTable.cpp381 size_t LineTable::GetContiguousFileAddressRanges(FileAddressRanges &file_ranges, in GetContiguousFileAddressRanges()
389 FileAddressRanges::Entry range(LLDB_INVALID_ADDRESS, 0); in GetContiguousFileAddressRanges()