OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runStaticConstructorsDestructors
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
171
unwrap(EE)->
runStaticConstructorsDestructors
(false);
175
unwrap(EE)->
runStaticConstructorsDestructors
(true);
ExecutionEngine.cpp
298
void ExecutionEngine::
runStaticConstructorsDestructors
(Module *module,
338
void ExecutionEngine::
runStaticConstructorsDestructors
(bool isDtors) {
341
runStaticConstructorsDestructors
(Modules[i], isDtors);
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
234
///
runStaticConstructorsDestructors
- This method is used to execute all of
238
void
runStaticConstructorsDestructors
(bool isDtors);
240
///
runStaticConstructorsDestructors
- This method is used to execute all of
244
void
runStaticConstructorsDestructors
(Module *module, bool isDtors);
Completed in 78 milliseconds