Home
last modified time | relevance | path

Searched defs:getSegmentContents (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2070 ArrayRef<uint8_t> getSegmentContents(const MachOObjectFile &Obj, in getSegmentContents() function
2086 ArrayRef<uint8_t> getSegmentContents(const MachOObjectFile &Obj, in getSegmentContents() function
2100 MachOObjectFile::getSegmentContents(StringRef SegmentName) const { in getSegmentContents() function in MachOObjectFile
2122 MachOObjectFile::getSegmentContents(size_t SegmentIndex) const { in getSegmentContents() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h524 ELFFile<ELFT>::getSegmentContents(const Elf_Phdr &Phdr) const { in getSegmentContents() function