Searched defs:runStaticConstructorsDestructors (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp82 // runStaticConstructorsDestructors could be moved back to EE as well.
407 ExecutionEngine::runStaticConstructorsDestructors(**I, isDtors);
411 void MCJIT::runStaticConstructorsDestructors(bool isDtors) { function in class:MCJIT
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp348 void ExecutionEngine::runStaticConstructorsDestructors(Module &module, function in class:ExecutionEngine
387 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) { function in class:ExecutionEngine
390 runStaticConstructorsDestructors(*M, isDtors);

Completed in 153 milliseconds