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

/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h261 /// runStaticConstructorsDestructors - This method is used to execute all of
265 void runStaticConstructorsDestructors(bool isDtors);
267 /// runStaticConstructorsDestructors - This method is used to execute all of
271 void runStaticConstructorsDestructors(Module *module, bool isDtors);
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp244 unwrap(EE)->runStaticConstructorsDestructors(false);
248 unwrap(EE)->runStaticConstructorsDestructors(true);
H A DExecutionEngine.cpp297 void ExecutionEngine::runStaticConstructorsDestructors(Module *module, function in class:ExecutionEngine
336 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) { function in class:ExecutionEngine
339 runStaticConstructorsDestructors(Modules[i], isDtors);

Completed in 70 milliseconds