HomeSort by relevance Sort by last modified time
    Searched refs:getDestructors (Results 1 - 20 of 20) 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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 37 /// getConstructors/getDestructors functions.
85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 37 /// getConstructors/getDestructors functions.
85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 37 /// getConstructors/getDestructors functions.
85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 37 /// getConstructors/getDestructors functions.
85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 37 /// getConstructors/getDestructors functions.
85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 37 /// getConstructors/getDestructors functions.
85 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 iterator_range<CtorDtorIterator> getDestructors(const Module &M);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 42 /// getConstructors/getDestructors functions.
89 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...]

Completed in 378 milliseconds