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()
231 StringRef getSectionContent(unsigned SectionID) const;
478 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent() function
1427 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { in getSectionContent() function in llvm::RuntimeDyld1429 return Dyld->getSectionContent(SectionID); in getSectionContent()