Home
last modified time | relevance | path

Searched refs:killAt (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/COFF/
H A DDriverUtils.cpp628 static StringRef killAt(StringRef sym, bool prefix) { in killAt() function
666 if (ctx.config.killAt && ctx.config.machine == I386) { in fixupExports()
668 e.name = killAt(e.name, true); in fixupExports()
669 e.exportName = killAt(e.exportName, false); in fixupExports()
670 e.extName = killAt(e.extName, true); in fixupExports()
671 e.symbolName = killAt(e.symbolName, true); in fixupExports()
H A DConfig.h283 bool killAt = false; member
H A DDriver.cpp1806 config->killAt = true; in linkerMain()