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