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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  776   uint64_t Alignment64 = Section.getAlignment();
  781   bool IsRequired = isRequiredForExecution(Section);
  782   bool IsVirtual = Section.isVirtual();
  783   bool IsZeroInit = isZeroInit(Section);
  784   bool IsReadOnly = isReadOnlyData(Section);
  785   uint64_t DataSize = Section.getSize();
  792   Expected<StringRef> NameOrErr = Section.getName();
  797   StubBufSize = computeSectionStubBufSize(Obj, Section);
  815     if (Expected<StringRef> E = Section.getContents())