Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp642 static StringRef killAt(StringRef sym, bool prefix) { in killAt() function
694 if (ctx.config.killAt && ctx.config.machine == I386) { in fixupExports()
696 e.name = killAt(e.name, true); in fixupExports()
697 e.exportName = killAt(e.exportName, false); in fixupExports()
698 e.extName = killAt(e.extName, true); in fixupExports()
699 e.symbolName = killAt(e.symbolName, true); in fixupExports()
H A DConfig.h314 bool killAt = false; member
H A DDriver.cpp1931 config->killAt = true; in linkerMain()