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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 48 WriteDebugLineInfoFunc(0),
87 WriteDebugLineInfoFunc = (op_write_debug_line_info_ptr_t)(intptr_t)
100 || !WriteDebugLineInfoFunc
105 WriteDebugLineInfoFunc = 0;
228 if (Agent && WriteDebugLineInfoFunc)
229 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info);
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 54 op_write_debug_line_info_ptr_t WriteDebugLineInfoFunc;
78 WriteDebugLineInfoFunc(WriteDebugLineInfoImpl),

Completed in 87 milliseconds