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

/openbsd-current/gnu/llvm/lld/COFF/
H A DSymbols.cpp51 std::string toCOFFString(const COFFLinkerContext &ctx, function in namespace:lld
138 toCOFFString(file->ctx, sym));
141 toCOFFString(file->ctx, sym));
H A DSymbols.h507 std::string toCOFFString(const coff::COFFLinkerContext &ctx,
H A DDriver.cpp297 toCOFFString(ctx, sym) + ": " + parentName + "(" + childName +
308 ctx.driver.addArchiveBuffer(mb, toCOFFString(ctx, sym), parentName,
317 toCOFFString(ctx, sym));
327 toCOFFString(ctx, sym), "",
H A DInputFiles.cpp112 "could not get the member for symbol " + toCOFFString(ctx, sym));

Completed in 202 milliseconds