Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h166 bool checkSections; member
H A DWriter.cpp73 void checkSections();
580 if (config->checkSections) in run()
581 checkSections(); in run()
2716 template <class ELFT> void Writer<ELFT>::checkSections() { in checkSections() function in Writer
H A DDriver.cpp1047 config->checkSections = in readConfigs()