Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp633 static StringRef killAt(StringRef sym, bool prefix) { in killAt() function
671 if (config->killAt && config->machine == I386) { in fixupExports()
673 e.name = killAt(e.name, true); in fixupExports()
674 e.exportName = killAt(e.exportName, false); in fixupExports()
675 e.extName = killAt(e.extName, true); in fixupExports()
676 e.symbolName = killAt(e.symbolName, true); in fixupExports()
H A DConfig.h279 bool killAt = false; member
H A DDriver.cpp1791 config->killAt = true; in linkerMain()