Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h595 ArrayRef<char> getSectionRawFinalSegmentName(DataRefImpl Sec) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp482 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR); in printSectionHeaders()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4330 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName()
4343 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName() function in MachOObjectFile