Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp193 getSectionContents(const COFFObjectFile *Obj, in getSectionContents() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h377 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() function
H A DELFObjectFile.h689 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec, in getSectionContents() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp297 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() function in COFFObjectFile
1123 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents() function in COFFObjectFile
H A DWasmObjectFile.cpp1323 std::error_code WasmObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in WasmObjectFile
H A DMachOObjectFile.cpp1910 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp52 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &File, in getSectionContents() function