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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h625 ArrayRef<char> getSectionRawName(DataRefImpl Sec) const;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp479 ArrayRef<char> RawName = Obj->getSectionRawName(DR);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec);
4523 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 85 milliseconds