Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h165 ArrayRef<char> getSectionRawFinalSegmentName(DataRefImpl Sec) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp232 ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR); in printSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1663 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName()
1675 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName() function in llvm::object::MachOObjectFile