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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  833     Allocate = DataSize + PaddingSize + StubBufSize;
  834     if (!Allocate)
  835       Allocate = 1;
  836     Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID,
  838                   : MemMgr.allocateDataSection(Allocate, Alignment, SectionID,
  865                       << " Allocate: " << Allocate << "\n");
  870     Allocate = 0;
  876                << " Allocate: " << Allocate << "\n");
  880       SectionEntry(Name, Addr, DataSize, Allocate, (uintptr_t)pData));