Home
last modified time | relevance | path

Searched refs:CloseAgentFunc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp45 CloseAgentFunc(0), in OProfileWrapper()
82 CloseAgentFunc = (op_close_agent_ptr_t)(intptr_t) in initialize()
97 || !CloseAgentFunc in initialize()
102 CloseAgentFunc = 0; in initialize()
199 if (Agent && CloseAgentFunc) { in op_close_agent()
200 ret = CloseAgentFunc(Agent); in op_close_agent()
/external/llvm/include/llvm/ExecutionEngine/
DOProfileWrapper.h52 op_close_agent_ptr_t CloseAgentFunc; variable
76 CloseAgentFunc(CloseAgentImpl), in OpenAgentFunc()