Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
923 StringRef SecContent = Dyld.getSectionContent(*SectionID); in linkAndVerify()
947 Dyld.getSectionContent(SI.SectionID).substr(SI.Offset); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h233 LLVM_ABI StringRef getSectionContent(unsigned SectionID) const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h493 StringRef getSectionContent(unsigned SectionID) const { in getSectionContent() function
H A DRuntimeDyld.cpp1437 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { in getSectionContent() function in llvm::RuntimeDyld
1439 return Dyld->getSectionContent(SectionID); in getSectionContent()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc227 {"_ZN16ImageLoaderMachO17getSectionContentEPKcS1_PPvPm", "ImageLoaderMachO::getSectionContent(char …