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

Declarations

include/llvm/ExecutionEngine/RuntimeDyld.h
  213   StringRef getSectionContent(unsigned SectionID) const;

References

tools/llvm-rtdyld/llvm-rtdyld.cpp
  614     auto* OldAddr = Dyld.getSectionContent(SectionID).data();
  839         StringRef SecContent = Dyld.getSectionContent(SectionID);
  868     SecInfo.setContent(Dyld.getSectionContent(*SectionID));
  888         Dyld.getSectionContent(SI.SectionID).substr(SI.Offset));