Searched refs:toCOFFString (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp49 std::string toCOFFString(const Archive::Symbol &b) { function in namespace:lld
140 "could not get the member for symbol " + toCOFFString(sym));
143 toCOFFString(sym));
H A DSymbols.h29 // Call the functions toCOFFString and toELFString, not just toString.
30 std::string toCOFFString(const coff::Archive::Symbol &b);
H A DDriver.cpp295 toCOFFString(sym) + ": " + parentName + "(" + childName + "): " +
306 driver->addArchiveBuffer(mb, toCOFFString(sym), parentName,
315 toCOFFString(sym));
325 toCOFFString(sym), "", /*OffsetInArchive=*/0);
H A DInputFiles.cpp115 "could not get the member for symbol " + toCOFFString(sym));

Completed in 68 milliseconds