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

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  952   outs() << formatv("Malloc: address = {0:x}\n", Addr);
  955   if (!Addr || Addr % Alignment != 0) {
  955   if (!Addr || Addr % Alignment != 0) {
  962   addr_t EndOfRegion = Addr + std::max<size_t>(Size, 1);
  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;