Searched refs:getSectionRawName (Results 1 – 4 of 4) sorted by relevance
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 \
313 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
447 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
603 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()1967 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile