Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp80 iterator_range<CtorDtorIterator> getDestructors(const Module &M) { in getDestructors() function
DOrcCBindingsStack.h179 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.h75 for (auto Dtor : orc::getDestructors(*M)) in addModule()
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h290 getDestructors()->emplace_back([Ret]() { Ret->~T(); }); in allocate()
536 LockedPtr<DestructorArray> getDestructors() { in getDestructors() function
DIceGlobalContext.cpp624 LockedPtr<DestructorArray> Dtors = getDestructors(); in ~GlobalContext()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h95 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h105 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp192 DtorRunner.add(getDestructors(M)); in recordCtorDtors()
DExecutionUtils.cpp110 iterator_range<CtorDtorIterator> getDestructors(const Module &M) { in getDestructors() function
DOrcMCJITReplacement.h280 for (auto Dtor : orc::getDestructors(*M)) { in addModule()
DOrcCBindingsStack.h300 for (auto Dtor : orc::getDestructors(*M)) in addIRModule()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp86 iterator_range<CtorDtorIterator> getDestructors(const Module &M) { in getDestructors() function