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

  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 169 unwrap(EE)->runStaticConstructorsDestructors(false);
173 unwrap(EE)->runStaticConstructorsDestructors(true);
ExecutionEngine.cpp 297 void ExecutionEngine::runStaticConstructorsDestructors(Module *module,
336 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) {
339 runStaticConstructorsDestructors(Modules[i], isDtors);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 259 /// runStaticConstructorsDestructors - This method is used to execute all of
263 void runStaticConstructorsDestructors(bool isDtors);
265 /// runStaticConstructorsDestructors - This method is used to execute all of
269 void runStaticConstructorsDestructors(Module *module, bool isDtors);

Completed in 33 milliseconds