Searched defs:AtExitHandlers (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h103 // AtExitHandlers - List of functions to call when the program exits,
105 std::vector<Function*> AtExitHandlers; member in class:llvm::Interpreter
112 /// atexit(3), which we intercept and store in AtExitHandlers.
199 AtExitHandlers.push_back(F);

Completed in 75 milliseconds