Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h627 ArrayRef<char> getSectionRawFinalSegmentName(DataRefImpl Sec) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp481 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR); in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4522 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName()
4535 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName() function in MachOObjectFile