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

  /external/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 80 iterator_range<CtorDtorIterator> getDestructors(const Module &M) {
OrcCBindingsStack.h 179 for (auto Dtor : orc::getDestructors(*M))
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 37 /// getConstructors/getDestructors functions.
85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /external/llvm/tools/lli/
OrcLazyJIT.h 75 for (auto Dtor : orc::getDestructors(*M))
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 291 getDestructors()->emplace_back([Ret]() { Ret->~T(); });
444 // Managed by getDestructors()
546 LockedPtr<DestructorArray> getDestructors() {
IceGlobalContext.cpp 706 LockedPtr<DestructorArray> Dtors = getDestructors();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 85 /// getConstructors/getDestructors functions.
132 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 123 iterator_range<CtorDtorIterator> getDestructors(const Module &M) {
LLJIT.cpp 83 DtorRunner.add(getDestructors(M));
OrcCBindingsStack.h 312 for (auto Dtor : orc::getDestructors(*M))
OrcMCJITReplacement.h 281 for (auto Dtor : orc::getDestructors(*M)) {

Completed in 774 milliseconds