Searched refs:getSectionRawName (Results 1 – 3 of 3) sorted by relevance
164 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
230 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
670 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()1668 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in llvm::object::MachOObjectFile