Home
last modified time | relevance | path

Searched defs:getSectionContents (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp348 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() function in COFFObjectFile
1185 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
H A DWasmObjectFile.cpp1739 WasmObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in WasmObjectFile
H A DXCOFFObjectFile.cpp367 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp1964 ArrayRef<uint8_t> MachOObjectFile::getSectionContents(uint32_t Offset, in getSectionContents() function in MachOObjectFile
1970 MachOObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in MachOObjectFile
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h856 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function
H A DELF.h542 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() function
/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents() function