Home
last modified time | relevance | path

Searched refs:getSectionRawName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Object/
Dmacho-invalid.test34 RUN: not llvm-nm %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
/external/llvm/include/llvm/Object/
DMachO.h309 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp447 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp477 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
1867 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile