Searched refs:runStaticConstructorsDestructors (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h269 /// runStaticConstructorsDestructors - This method is used to execute all of
273 virtual void runStaticConstructorsDestructors(bool isDtors);
279 void runStaticConstructorsDestructors(Module &module, bool isDtors);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp218 unwrap(EE)->runStaticConstructorsDestructors(false);
222 unwrap(EE)->runStaticConstructorsDestructors(true);
H A DExecutionEngine.cpp371 void ExecutionEngine::runStaticConstructorsDestructors(Module &module, function in class:ExecutionEngine
410 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) { function in class:ExecutionEngine
413 runStaticConstructorsDestructors(*M, isDtors);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h256 /// runStaticConstructorsDestructors - This method is used to execute all of
260 void runStaticConstructorsDestructors(bool isDtors) override;
H A DMCJIT.cpp83 // runStaticConstructorsDestructors could be moved back to EE as well.
417 ExecutionEngine::runStaticConstructorsDestructors(**I, isDtors);
421 void MCJIT::runStaticConstructorsDestructors(bool isDtors) { function in class:MCJIT

Completed in 123 milliseconds