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