Searched refs:getSectionContent (Results 1 – 4 of 4) sorted by relevance
665 auto* OldAddr = Dyld.getSectionContent(SectionID).data(); in applySpecificSectionMappings()892 StringRef SecContent = Dyld.getSectionContent(SectionID); in linkAndVerify()921 StringRef SecContent = Dyld.getSectionContent(*SectionID); in linkAndVerify()942 Dyld.getSectionContent(SI.SectionID).substr(SI.Offset); in linkAndVerify()
230 StringRef getSectionContent(unsigned SectionID) const;
482 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent() function
1423 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { in getSectionContent() function in llvm::RuntimeDyld1425 return Dyld->getSectionContent(SectionID); in getSectionContent()