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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h230 StringRef getSectionContent(unsigned SectionID) const;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp665 auto* OldAddr = Dyld.getSectionContent(SectionID).data();
892 StringRef SecContent = Dyld.getSectionContent(SectionID);
923 StringRef SecContent = Dyld.getSectionContent(*SectionID);
945 Dyld.getSectionContent(SI.SectionID).substr(SI.Offset);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h488 StringRef getSectionContent(unsigned SectionID) const { function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyld.cpp1423 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { function in class:llvm::RuntimeDyld
1425 return Dyld->getSectionContent(SectionID);

Completed in 470 milliseconds