Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h164 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp230 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp670 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
1668 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in llvm::object::MachOObjectFile