Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h626 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp479 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSectionHeaders()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
4527 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile