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(File) + ": section sh_addralign is not a power of 2"); in InputSectionBase()
89 error(toString(File) + ": contains a compressed section, " + in InputSectionBase()
135 fatal(toString(&File) + ": section sh_addralign is too large"); in InputSectionBase()
152 fatal(toString(this) + in uncompress()
153 ": uncompress failed: " + llvm::toString(std::move(E))); in uncompress()
215 error(toString(this) + ": corrupted compressed section header"); in parseCompressedHeader()
221 error(toString(this) + ": corrupted compressed section header"); in parseCompressedHeader()
240 error(toString(this) + ": corrupted compressed section"); in parseCompressedHeader()
246 error(toString(this) + ": unsupported compression type"); in parseCompressedHeader()
258 error(toString(this) + ": corrupted compressed section"); in parseCompressedHeader()
264 error(toString(this) + ": unsupported compression type"); in parseCompressedHeader()
309 SrcFile = toString(File); in getLocation()
312 return SrcFile + ":(function " + toString(*D) + ": " + SecAndOffset + ")"; in getLocation()
348 return Filename + ":(" + toString(*D) + ")" + Archive; in getObjMsg()
806 ": has non-ABS relocation " + toString(Type) + in relocateNonAlloc()
807 " against symbol '" + toString(Sym) + "'"; in relocateNonAlloc()
1028 error(lld::toString(this) + ": " + F->getName() + in adjustSplitStackFunctionPrologues()
1070 fatal(toString(this) + in writeTo()
1071 ": uncompress failed: " + llvm::toString(std::move(E))); in writeTo()
1168 fatal(toString(this) + ": string is not null terminated"); in splitStrings()
1218 fatal(toString(this) + ": offset is outside the section"); in getSectionPiece()