Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h29 typedef op_agent_t (*op_open_agent_ptr_t)(); typedef
50 op_open_agent_ptr_t OpenAgentFunc;
66 OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl,
/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp79 OpenAgentFunc = (op_open_agent_ptr_t)(intptr_t) in initialize()