Searched refs:getSectionRawName (Results 1 – 4 of 4) sorted by relevance
34 RUN: not llvm-nm %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
309 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
447 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
477 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()1867 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile