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

References

tools/lldb/source/Expression/IRMemoryMap.cpp
  304     allocation_size = alignment;
  307     allocation_size = llvm::alignTo(size, alignment);
  312     allocation_size += alignment - 1;
  388   lldb::addr_t mask = alignment - 1;
  394                             allocation_size, permissions, alignment, policy));
  423               (uint64_t)allocation_size, (uint64_t)alignment,