Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp43 OpenAgentFunc(0), in OProfileWrapper()
61 return OpenAgentFunc != 0; in initialize()
79 OpenAgentFunc = (op_open_agent_ptr_t)(intptr_t) in initialize()
95 if (!OpenAgentFunc in initialize()
100 OpenAgentFunc = 0; in initialize()
185 if (OpenAgentFunc != 0) { in op_open_agent()
186 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