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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  533     bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections;
  537       uint64_t DataSize = Section.getSize();
  538       uint64_t Alignment64 = Section.getAlignment();
  540       bool IsCode = Section.isText();
  541       bool IsReadOnly = isReadOnlyData(Section);
  543       Expected<StringRef> NameOrErr = Section.getName();
  548       uint64_t StubBufSize = computeSectionStubBufSize(Obj, Section);