Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h467 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp466 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1914 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
4169 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in MachOObjectFile