Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DELF.h524 ELFFile<ELFT>::getSegmentContents(const Elf_Phdr &Phdr) const { in getSegmentContents() function