Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp80 iterator_range<CtorDtorIterator> getDestructors(const Module &M) { in getDestructors() function
DOrcCBindingsStack.h189 for (auto Dtor : orc::getDestructors(*M)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
/external/llvm/tools/lli/
DOrcLazyJIT.h78 for (auto Dtor : orc::getDestructors(*M)) in addModule()