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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 171 unwrap(EE)->runStaticConstructorsDestructors(false);
175 unwrap(EE)->runStaticConstructorsDestructors(true);
ExecutionEngine.cpp 298 void ExecutionEngine::runStaticConstructorsDestructors(Module *module,
338 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) {
341 runStaticConstructorsDestructors(Modules[i], isDtors);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 268 /// runStaticConstructorsDestructors - This method is used to execute all of
272 virtual void runStaticConstructorsDestructors(bool isDtors);
278 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 231 /// runStaticConstructorsDestructors - This method is used to execute all of
235 void runStaticConstructorsDestructors(bool isDtors);
237 /// runStaticConstructorsDestructors - This method is used to execute all of
241 void runStaticConstructorsDestructors(Module *module, bool isDtors);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 279 /// runStaticConstructorsDestructors - This method is used to execute all of
283 virtual void runStaticConstructorsDestructors(bool isDtors);
289 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
ExecutionEngine.h 279 /// runStaticConstructorsDestructors - This method is used to execute all of
283 virtual void runStaticConstructorsDestructors(bool isDtors);
289 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
ExecutionEngine.h 279 /// runStaticConstructorsDestructors - This method is used to execute all of
283 virtual void runStaticConstructorsDestructors(bool isDtors);
289 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 279 /// runStaticConstructorsDestructors - This method is used to execute all of
283 virtual void runStaticConstructorsDestructors(bool isDtors);
289 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
ExecutionEngine.h 279 /// runStaticConstructorsDestructors - This method is used to execute all of
283 virtual void runStaticConstructorsDestructors(bool isDtors);
289 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
ExecutionEngine.h 279 /// runStaticConstructorsDestructors - This method is used to execute all of
283 virtual void runStaticConstructorsDestructors(bool isDtors);
289 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
ExecutionEngine.h 282 /// runStaticConstructorsDestructors - This method is used to execute all of
286 virtual void runStaticConstructorsDestructors(bool isDtors);
292 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 220 unwrap(EE)->runStaticConstructorsDestructors(false);
225 unwrap(EE)->runStaticConstructorsDestructors(true);
ExecutionEngine.cpp 367 void ExecutionEngine::runStaticConstructorsDestructors(Module &module,
406 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) {
409 runStaticConstructorsDestructors(*M, isDtors);
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 255 /// runStaticConstructorsDestructors - This method is used to execute all of
259 void runStaticConstructorsDestructors(bool isDtors) override;
MCJIT.cpp 83 // runStaticConstructorsDestructors could be moved back to EE as well.
431 ExecutionEngine::runStaticConstructorsDestructors(**I, isDtors);
435 void MCJIT::runStaticConstructorsDestructors(bool isDtors) {

Completed in 1220 milliseconds