Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h180 LLVM_ABI bool hasCtorDtor() const;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp695 bool LTOModule::hasCtorDtor() const { in hasCtorDtor() function in LTOModule
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp483 << ": hasCtorDtor = " << (Module->hasCtorDtor() ? "true" : "false") in testLTOModule()