Searched refs:getSectionRawName (Results 1 – 3 of 3) sorted by relevance
310 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
381 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
478 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()1855 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile