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

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h309 /// runStaticConstructorsDestructors - This method is used to execute all of
313 virtual void runStaticConstructorsDestructors(bool isDtors);
315 /// runStaticConstructorsDestructors - This method is used to execute all of
319 void runStaticConstructorsDestructors(Module *module, bool isDtors);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp243 unwrap(EE)->runStaticConstructorsDestructors(false);
247 unwrap(EE)->runStaticConstructorsDestructors(true);
H A DExecutionEngine.cpp306 void ExecutionEngine::runStaticConstructorsDestructors(Module *module, function in class:ExecutionEngine
345 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) { function in class:ExecutionEngine
348 runStaticConstructorsDestructors(Modules[i], isDtors);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h273 /// runStaticConstructorsDestructors - This method is used to execute all of
277 void runStaticConstructorsDestructors(bool isDtors) override;
H A DMCJIT.cpp78 // runStaticConstructorsDestructors could be moved back to EE as well.
396 ExecutionEngine::runStaticConstructorsDestructors(*I, isDtors);
400 void MCJIT::runStaticConstructorsDestructors(bool isDtors) { function in class:MCJIT

Completed in 113 milliseconds