Searched refs:getSecIndexForError (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ELF.h | 128 std::string getSecIndexForError(const ELFFile<ELFT> &Obj, in getSecIndexForError() function 480 getSecIndexForError(*this, *Sec) + in getSymbol() 490 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 498 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 503 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 508 return createError("section " + getSecIndexForError(*this, Sec) + in getSectionContentsAsArray() 1094 getSecIndexForError(*this, Section) + in getStringTable() 1106 getSecIndexForError(*this, Section) + " is empty"); in getStringTable() 1109 getSecIndexForError(*this, Section) + in getStringTable() 1213 return createError("a section " + getSecIndexForError(*this, Section) + in getSectionName()
|