Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp44 OpenAgentFunc(0), in OProfileWrapper()
62 return OpenAgentFunc != 0; in initialize()
80 OpenAgentFunc = (op_open_agent_ptr_t)(intptr_t) in initialize()
96 if (!OpenAgentFunc in initialize()
101 OpenAgentFunc = 0; in initialize()
186 if (OpenAgentFunc != 0) { in op_open_agent()
187 Agent = OpenAgentFunc(); in op_open_agent()
/external/llvm/include/llvm/ExecutionEngine/
DOProfileWrapper.h51 op_open_agent_ptr_t OpenAgentFunc; variable
75 : OpenAgentFunc(OpenAgentImpl), in OpenAgentFunc() function