Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp639 static StringRef killAt(StringRef sym, bool prefix) { in killAt() function
711 if (ctx.config.killAt && ctx.config.machine == I386) { in fixupExports()
713 e.name = killAt(e.name, true); in fixupExports()
714 e.exportName = killAt(e.exportName, false); in fixupExports()
715 e.extName = killAt(e.extName, true); in fixupExports()
716 e.symbolName = killAt(e.symbolName, true); in fixupExports()
H A DConfig.h317 bool killAt = false; member
H A DDriver.cpp1923 config->killAt = true; in linkerMain()