Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h626 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp479 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
4527 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile