Lines Matching refs:toString

39 std::string lld::toString(const InputSectionBase *sec) {  in toString()  function in lld
40 return (toString(sec->file) + ":(" + sec->name + ")").str(); in toString()
63 error(toString(this) + ": section too large"); in InputSectionBase()
69 fatal(toString(this) + ": sh_addralign is not a power of 2"); in InputSectionBase()
100 fatal(toString(&file) + ": section sh_addralign is too large"); in InputSectionBase()
118 fatal(toString(&sec) + in decompressAux()
119 ": decompress failed: " + llvm::toString(std::move(e))); in decompressAux()
212 error(toString(this) + ": corrupted compressed section"); in parseCompressedHeader()
219 error(toString(this) + " is compressed with ELFCOMPRESS_ZLIB, but lld is " in parseCompressedHeader()
223 error(toString(this) + " is compressed with ELFCOMPRESS_ZSTD, but lld is " in parseCompressedHeader()
226 error(toString(this) + ": unsupported compression type (" + in parseCompressedHeader()
263 std::string filename = toString(file); in getLocation()
265 return filename + ":(function " + toString(*d) + ": " + secAndOffset; in getLocation()
302 return filename + ":(" + toString(*d) + ")" + archive; in getObjMsg()
924 toString(type) + " against symbol '" + toString(sym) + in relocateNonAlloc()
1073 error(lld::toString(this) + ": " + f->getName() + in adjustSplitStackFunctionPrologues()
1113 fatal(toString(this) + in writeTo()
1114 ": decompress failed: " + llvm::toString(std::move(e))); in writeTo()
1238 fatal(toString(this) + ": string is not null terminated"); in splitStrings()
1297 fatal(toString(this) + ": offset is outside the section"); in getSectionPiece()