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 DWriter.cpp76 void checkSections();
358 if (ctx.arg.checkSections) in run()
359 checkSections(); in run()
2793 template <class ELFT> void Writer<ELFT>::checkSections() { in checkSections() function in Writer
H A DConfig.h310 bool checkSections; member
H A DDriver.cpp1382 ctx.arg.checkSections = in readConfigs()