Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp43 OpenAgentFunc(0), in OProfileWrapper()
61 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()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h51 op_open_agent_ptr_t OpenAgentFunc; variable
75 : OpenAgentFunc(OpenAgentImpl), in OpenAgentFunc() function