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

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

Completed in 229 milliseconds