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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 258 /// runStaticConstructorsDestructors - This method is used to execute all of
262 virtual void runStaticConstructorsDestructors(bool isDtors);
268 void runStaticConstructorsDestructors(Module &module, bool isDtors);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 235 unwrap(EE)->runStaticConstructorsDestructors(false);
239 unwrap(EE)->runStaticConstructorsDestructors(true);
ExecutionEngine.cpp 348 void ExecutionEngine::runStaticConstructorsDestructors(Module &module,
387 void ExecutionEngine::runStaticConstructorsDestructors(bool isDtors) {
390 runStaticConstructorsDestructors(*M, isDtors);
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 245 /// runStaticConstructorsDestructors - This method is used to execute all of
249 void runStaticConstructorsDestructors(bool isDtors) override;
MCJIT.cpp 82 // runStaticConstructorsDestructors could be moved back to EE as well.
407 ExecutionEngine::runStaticConstructorsDestructors(**I, isDtors);
411 void MCJIT::runStaticConstructorsDestructors(bool isDtors) {

Completed in 302 milliseconds