Searched refs:hasCtorDtor (Results 1 – 3 of 3) sorted by relevance
172 bool hasCtorDtor() const;
692 bool LTOModule::hasCtorDtor() const { in hasCtorDtor() function in LTOModule
429 << ": hasCtorDtor = " << (Module->hasCtorDtor() ? "true" : "false") in testLTOModule()