HomeSort by relevance Sort by last modified time
    Searched refs:OpenAgentFunc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 45 OpenAgentFunc(0),
63 return OpenAgentFunc != 0;
81 OpenAgentFunc = (op_open_agent_ptr_t)(intptr_t)
97 if (!OpenAgentFunc
102 OpenAgentFunc = 0;
182 if (OpenAgentFunc != 0) {
183 Agent = OpenAgentFunc();
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 51 op_open_agent_ptr_t OpenAgentFunc;
75 : OpenAgentFunc(OpenAgentImpl),

Completed in 56 milliseconds