Lines Matching refs:toString
47 std::string lld::toString(const InputSectionBase *sec) { in toString() function in lld
48 return (toString(sec->file) + ":(" + sec->name + ")").str(); in toString()
71 error(toString(this) + ": section too large"); in InputSectionBase()
80 fatal(toString(this) + ": sh_addralign is not a power of 2"); in InputSectionBase()
89 error(toString(file) + ": contains a compressed section, " + in InputSectionBase()
150 fatal(toString(&file) + ": section sh_addralign is too large"); in InputSectionBase()
171 fatal(toString(this) + in uncompress()
172 ": uncompress failed: " + llvm::toString(std::move(e))); in uncompress()
232 error(toString(this) + ": corrupted compressed section header"); in parseCompressedHeader()
238 error(toString(this) + ": corrupted compressed section header"); in parseCompressedHeader()
256 error(toString(this) + ": corrupted compressed section"); in parseCompressedHeader()
262 error(toString(this) + ": unsupported compression type"); in parseCompressedHeader()
308 srcFile = toString(file); in getLocation()
311 return srcFile + ":(function " + toString(*d) + ": " + secAndOffset + ")"; in getLocation()
347 return filename + ":(" + toString(*d) + ")" + archive; in getObjMsg()
919 ": has non-ABS relocation " + toString(type) + in relocateNonAlloc()
920 " against symbol '" + toString(sym) + "'"; in relocateNonAlloc()
1104 lld::toString(*rel.sym).substr(6) + in relocateAlloc()
1226 error(lld::toString(this) + ": " + f->getName() + in adjustSplitStackFunctionPrologues()
1268 fatal(toString(this) + in writeTo()
1269 ": uncompress failed: " + llvm::toString(std::move(e))); in writeTo()
1382 fatal(toString(this) + ": string is not null terminated"); in splitStrings()
1432 fatal(toString(this) + ": offset is outside the section"); in getSectionPiece()