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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  726   uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID,
  732       SectionEntry("<common symbols>", Addr, CommonSize, CommonSize, 0));
  732       SectionEntry("<common symbols>", Addr, CommonSize, CommonSize, 0));
  733   memset(Addr, 0, CommonSize);
  737                     << " DataSize: " << CommonSize << "\n");