Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h279 bool warnLongSectionNames = true; member
H A DDriver.cpp1531 config->warnLongSectionNames = false; in linkerMain()
1935 config->warnLongSectionNames = false; in linkerMain()
H A DWriter.cpp1275 if (ctx.config.warnLongSectionNames) { in createSymbolAndStringTable()