Lines Matching refs:toString
51 error(toString(file) + ": undefined symbol: " + toString(*sym));
54 warn(toString(file) + ": undefined symbol: " + toString(*sym));
57 LLVM_DEBUG(dbgs() << "ignoring undefined symbol: " + toString(*sym) +
121 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) +
122 " cannot be used against an undefined symbol `" + toString(*sym) +
130 error(toString(file) + ": relocation " +
132 " cannot be used against non-TLS symbol `" + toString(*sym) +
137 error(toString(file) + ": relocation " +
139 toString(*sym) +
159 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) +
160 " cannot be used against symbol `" + toString(*sym) +
185 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) +
187 toString(*sym) + "`");