Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ !
H A DOProfileWrapper.cpp42 OpenAgentFunc(0), in OProfileWrapper()
60 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()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ !
H A DOProfileWrapper.h50 op_open_agent_ptr_t OpenAgentFunc; variable
74 : OpenAgentFunc(OpenAgentImpl), in OpenAgentFunc() function