Home
last modified time | relevance | path

Searched refs:getSectionRawFinalSegmentName (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h468 ArrayRef<char> getSectionRawFinalSegmentName(DataRefImpl Sec) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp468 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR); in printSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4164 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName()
4177 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName() function in MachOObjectFile