Lines Matching refs:toString
40 std::string lld::toString(const InputSectionBase *sec) { in toString() function in lld
41 return (toString(sec->file) + ":(" + sec->name + ")").str(); in toString()
64 error(toString(this) + ": section too large"); in InputSectionBase()
70 fatal(toString(this) + ": sh_addralign is not a power of 2"); in InputSectionBase()
101 fatal(toString(&file) + ": section sh_addralign is too large"); in InputSectionBase()
119 fatal(toString(&sec) + in decompressAux()
120 ": decompress failed: " + llvm::toString(std::move(e))); in decompressAux()
213 error(toString(this) + ": corrupted compressed section"); in parseCompressedHeader()
220 error(toString(this) + " is compressed with ELFCOMPRESS_ZLIB, but lld is " in parseCompressedHeader()
224 error(toString(this) + " is compressed with ELFCOMPRESS_ZSTD, but lld is " in parseCompressedHeader()
227 error(toString(this) + ": unsupported compression type (" + in parseCompressedHeader()
267 std::string filename = toString(file); in getLocation()
269 return filename + ":(function " + toString(*d) + ": " + secAndOffset; in getLocation()
305 return filename + ":(" + toString(*d) + ")" + archive; in getObjMsg()
948 lld::toString(sym) + "'"); in relocateNonAlloc()
1019 toString(type) + " against symbol '" + toString(sym) + in relocateNonAlloc()
1154 error(lld::toString(this) + ": " + f->getName() + in adjustSplitStackFunctionPrologues()
1194 fatal(toString(this) + in writeTo()
1195 ": decompress failed: " + llvm::toString(std::move(e))); in writeTo()
1319 fatal(toString(this) + ": string is not null terminated"); in splitStrings()
1378 fatal(toString(this) + ": offset is outside the section"); in getSectionPiece()