Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h105 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
/third_party/skia/third_party/externals/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()