Searched refs:getSecIndexForError (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELF.h | 127 std::string getSecIndexForError(const ELFFile<ELFT> &Obj, in getSecIndexForError() function 478 getSecIndexForError(*this, *Sec) + in getSymbol() 488 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 496 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 501 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 506 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 1084 getSecIndexForError(*this, Section) + in getStringTable() 1096 getSecIndexForError(*this, Section) + " is empty"); in getStringTable() 1099 getSecIndexForError(*this, Section) + in getStringTable() 1203 return createError("a section " + getSecIndexForError(*this, Section) + in getSectionName()
|