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 DSymbolTable.cpp1142 static StringRef killAt(StringRef sym, bool prefix) { in killAt() function
1214 if (ctx.config.killAt && machine == I386) { in fixupExports()
1216 e.name = killAt(e.name, true); in fixupExports()
1217 e.exportName = killAt(e.exportName, false); in fixupExports()
1218 e.extName = killAt(e.extName, true); in fixupExports()
1219 e.symbolName = killAt(e.symbolName, true); in fixupExports()
H A DConfig.h325 bool killAt = false; member
H A DDriver.cpp2016 config->killAt = true; in linkerMain()