Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DIntercept.cpp26 static std::vector<void (*)()> AtExitHandlers; variable
/external/llvm/lib/ExecutionEngine/MCJIT/
DIntercept.cpp26 static std::vector<void (*)()> AtExitHandlers; variable
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h94 std::vector<Function*> AtExitHandlers; variable