Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h265 bool warnLongSectionNames = true; member
H A DDriver.cpp1383 config->warnLongSectionNames = false; in linkerMain()
1784 config->warnLongSectionNames = false; in linkerMain()
H A DWriter.cpp1208 if (config->warnLongSectionNames) { in createSymbolAndStringTable()