Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDriverUtils.cpp606 static StringRef killAt(StringRef sym, bool prefix) { in killAt() function
644 if (config->killAt && config->machine == I386) { in fixupExports()
646 e.name = killAt(e.name, true); in fixupExports()
647 e.exportName = killAt(e.exportName, false); in fixupExports()
648 e.extName = killAt(e.extName, true); in fixupExports()
649 e.symbolName = killAt(e.symbolName, true); in fixupExports()
DConfig.h253 bool killAt = false; member
DDriver.cpp1587 config->killAt = true; in link()