Searched refs:getSecIndexForError (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 131 static std::string getSecIndexForError(const ELFFile<ELFT> &Obj, in getSecIndexForError() function 613 getSecIndexForError(*this, *Sec) + in getSymbol() 623 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 631 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 636 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 641 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 1227 getSecIndexForError(*this, Section) + in getStringTable() 1239 getSecIndexForError(*this, Section) + " is empty"); in getStringTable() 1242 getSecIndexForError(*this, Section) + in getStringTable() 1346 return createError("a section " + getSecIndexForError(*this, Section) + in getSectionName()
|