Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h98 LLVM_ABI iterator_range<CtorDtorIterator> getDestructors(const Module &M);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp91 iterator_range<CtorDtorIterator> getDestructors(const Module &M) { in getDestructors() function
H A DLLJIT.cpp540 auto COrDtors = isCtor ? getConstructors(M) : getDestructors(M); in operator ()()