Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h222 bool checkSections; member
H A DWriter.cpp73 void checkSections();
638 if (config->checkSections) in run()
639 checkSections(); in run()
2829 template <class ELFT> void Writer<ELFT>::checkSections() { in checkSections() function in Writer
H A DDriver.cpp1224 config->checkSections = in readConfigs()