Home
last modified time | relevance | path

Searched refs:getSectionContent (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp614 auto* OldAddr = Dyld.getSectionContent(SectionID).data(); in applySpecificSectionMappings()
839 StringRef SecContent = Dyld.getSectionContent(SectionID); in linkAndVerify()
868 SecInfo.setContent(Dyld.getSectionContent(*SectionID)); in linkAndVerify()
888 Dyld.getSectionContent(SI.SectionID).substr(SI.Offset)); in linkAndVerify()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h213 StringRef getSectionContent(unsigned SectionID) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h487 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent() function
HDRuntimeDyld.cpp1384 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { in getSectionContent() function in llvm::RuntimeDyld
1386 return Dyld->getSectionContent(SectionID); in getSectionContent()