Searched refs:getSectionRawName (Results 1 – 4 of 4) sorted by relevance
594 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
73 RUN: llvm-nm %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \76 RUN: llvm-nm -m %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \79 RUN: llvm-nm -pax %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \82 RUN: not llvm-objdump -t %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
480 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSectionHeaders()
1921 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()4335 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile