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

References

tools/llvm-rtdyld/llvm-rtdyld.cpp
  551     auto &FM_MB = FM.MB;
  667           reinterpret_cast<uintptr_t>((*Tmp)->MB.base()))) {
  672         AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize();
  696       if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <=
  702     Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr);
  703     AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize();