Searched refs:getSecIndexForError (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 131 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() 1060 getSecIndexForError(*this, Section) + in getStringTable() 1072 getSecIndexForError(*this, Section) + " is empty"); in getStringTable() 1075 getSecIndexForError(*this, Section) + in getStringTable() 1179 return createError("a section " + getSecIndexForError(*this, Section) + in getSectionName()
|