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 78 // runStaticConstructorsDestructors could be moved back to EE as well.
396 ExecutionEngine::runStaticConstructorsDestructors(*I, isDtors);
400 void MCJIT::runStaticConstructorsDestructors(bool isDtors) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 306 void ExecutionEngine::runStaticConstructorsDestructors(Module *module,
345 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) {
348 runStaticConstructorsDestructors(Modules[i], isDtors);
    [all...]

Completed in 59 milliseconds