reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  945       State.Map.Malloc(Size, Alignment, Permissions, AP, ZeroMemory, ST);
  963   if (State.Allocations.overlaps(Addr, EndOfRegion)) {
  964     auto I = State.Allocations.find(Addr);
  974   State.Allocations.insert(Addr, EndOfRegion, AllocationID++);
  977   State.Label2AddrMap[Label] = Addr;