Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DConfig.h275 bool warnLongSectionNames = true; member
H A DDriver.cpp1516 config->warnLongSectionNames = false; in linkerMain()
1917 config->warnLongSectionNames = false; in linkerMain()
H A DWriter.cpp1205 if (config->warnLongSectionNames) { in createSymbolAndStringTable()