Home
last modified time | relevance | path

Searched refs:InvalidRanges (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h48 typedef RangeVector<lldb::addr_t, lldb::addr_t, 4> InvalidRanges; typedef
57 InvalidRanges m_invalid_ranges;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp105 InvalidRanges::Entry range(base_addr, byte_size); in AddInvalidRange()
117 const InvalidRanges::Entry *entry = m_invalid_ranges.GetEntryAtIndex(idx); in RemoveInvalidRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h447 LVOffsetLocationsMap InvalidRanges; variable
567 const LVOffsetLocationsMap &getInvalidRanges() const { return InvalidRanges; } in getInvalidRanges()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1371 &InvalidRanges); in addInvalidLocation()
1518 PrintInvalidLocations(InvalidRanges, "Invalid Code Ranges"); in printWarnings()