Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h144 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp242 ArrayRef<char> RawName = Obj->getSectionRawName(DR); in printSections()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp660 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName()
1348 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName() function in llvm::object::MachOObjectFile