Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h91 getSectionContents(DataRefImpl Sec) const override { getSectionContents() function
H A DELFObjectFile.h885 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const { getSectionContents() function
H A DELF.h623 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { getSectionContents() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp359 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { getSectionContents() function in COFFObjectFile
1239 Error COFFObjectFile::getSectionContents(const coff_section *Sec, getSectionContents() function in COFFObjectFile
H A DWasmObjectFile.cpp1811 WasmObjectFile::getSectionContents(DataRefImpl Sec) const { getSectionContents() function in WasmObjectFile
H A DXCOFFObjectFile.cpp402 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { getSectionContents() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp1980 ArrayRef<uint8_t> MachOObjectFile::getSectionContents(uint32_t Offset, in getSectionContents() function in MachOObjectFile
1986 MachOObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents() function in MachOObjectFile
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents() function