Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp43 CloseAgentFunc(0), in OProfileWrapper()
81 CloseAgentFunc = (op_close_agent_ptr_t)(intptr_t) in initialize()
96 || !CloseAgentFunc in initialize()
101 CloseAgentFunc = 0; in initialize()
198 if (Agent && CloseAgentFunc) { in op_close_agent()
199 ret = CloseAgentFunc(Agent); in op_close_agent()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h51 op_close_agent_ptr_t CloseAgentFunc; variable
75 CloseAgentFunc(CloseAgentImpl), in OpenAgentFunc()