Lines Matching full: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()
249 error(toString(this) + ": corrupted compressed section"); in parseCompressedHeader()
256 error(toString(this) + " is compressed with ELFCOMPRESS_ZLIB, but lld is " in parseCompressedHeader()
260 error(toString(this) + " is compressed with ELFCOMPRESS_ZSTD, but lld is " in parseCompressedHeader()
263 error(toString(this) + ": unsupported compression type (" + in parseCompressedHeader()
303 std::string filename = toString(file); in getLocation()
305 return filename + ":(function " + toString(*d) + ": " + secAndOffset; in getLocation()
341 return filename + ":(" + toString(*d) + ")" + archive; in getObjMsg()
1000 lld::toString(sym) + "'"); in relocateNonAlloc()
1072 toString(type) + " against symbol '" + toString(sym) + in relocateNonAlloc()
1203 error(lld::toString(this) + ": " + f->getName() + in adjustSplitStackFunctionPrologues()
1243 fatal(toString(this) + in writeTo()
1244 ": decompress failed: " + llvm::toString(std::move(e))); in writeTo()
1368 fatal(toString(this) + ": string is not null terminated"); in splitStrings()
1427 fatal(toString(this) + ": offset is outside the section"); in getSectionPiece()