Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp615 auto* OldAddr = Dyld.getSectionContent(SectionID).data(); in applySpecificSectionMappings()
842 StringRef SecContent = Dyld.getSectionContent(SectionID); in linkAndVerify()
871 StringRef SecContent = Dyld.getSectionContent(*SectionID); in linkAndVerify()
892 Dyld.getSectionContent(SI.SectionID).substr(SI.Offset); in linkAndVerify()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h217 StringRef getSectionContent(unsigned SectionID) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h478 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent() function
H A DRuntimeDyld.cpp1396 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { in getSectionContent() function in llvm::RuntimeDyld
1398 return Dyld->getSectionContent(SectionID); in getSectionContent()