Lines Matching refs:toString
50 error(toString(sym->getFile()) + ": undefined symbol: " + toString(*sym)); in reportUndefined()
53 warn(toString(sym->getFile()) + ": undefined symbol: " + toString(*sym)); in reportUndefined()
56 LLVM_DEBUG(dbgs() << "ignoring undefined symbol: " + toString(*sym) + in reportUndefined()
119 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) + in scanRelocations()
120 " cannot be used against an undefined symbol `" + toString(*sym) + in scanRelocations()
128 error(toString(file) + ": relocation " + in scanRelocations()
130 " cannot be used against non-TLS symbol `" + toString(*sym) + in scanRelocations()
135 error(toString(file) + ": relocation " + in scanRelocations()
137 toString(*sym) + in scanRelocations()
157 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) + in scanRelocations()
158 " cannot be used against symbol `" + toString(*sym) + in scanRelocations()