Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h230 bool checkSections; member
H A DWriter.cpp74 void checkSections();
343 if (config->checkSections) in run()
344 checkSections(); in run()
2628 template <class ELFT> void Writer<ELFT>::checkSections() { in checkSections() function in Writer
H A DDriver.cpp1262 config->checkSections = in readConfigs()