Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp665 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h230 StringRef getSectionContent(unsigned SectionID) const;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h482 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent() function
H A DRuntimeDyld.cpp1423 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { in getSectionContent() function in llvm::RuntimeDyld
1425 return Dyld->getSectionContent(SectionID); in getSectionContent()