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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 82 // runStaticConstructorsDestructors could be moved back to EE as well.
407 ExecutionEngine::runStaticConstructorsDestructors(**I, isDtors);
411 void MCJIT::runStaticConstructorsDestructors(bool isDtors) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 348 void ExecutionEngine::runStaticConstructorsDestructors(Module &module,
387 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) {
390 runStaticConstructorsDestructors(*M, isDtors);
    [all...]

Completed in 451 milliseconds