HomeSort by relevance Sort by last modified time
    Searched defs:getDestructors (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 80 iterator_range<CtorDtorIterator> getDestructors(const Module &M) {
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 291 getDestructors()->emplace_back([Ret]() { Ret->~T(); });
513 // Managed by getDestructors()
615 LockedPtr<DestructorArray> getDestructors() {

Completed in 158 milliseconds