Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h594 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/llvm-project-15.0.7/llvm/test/Object/
H A Dmacho-invalid.test73 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 \
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp480 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSectionHeaders()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1921 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
4335 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile