Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h310 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp381 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp478 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
1855 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile