Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp47 WriteDebugLineInfoFunc(0), in OProfileWrapper()
86 WriteDebugLineInfoFunc = (op_write_debug_line_info_ptr_t)(intptr_t) in initialize()
99 || !WriteDebugLineInfoFunc in initialize()
104 WriteDebugLineInfoFunc = 0; in initialize()
232 if (Agent && WriteDebugLineInfoFunc) in op_write_debug_line_info()
233 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info); in op_write_debug_line_info()
/external/llvm/include/llvm/ExecutionEngine/
DOProfileWrapper.h54 op_write_debug_line_info_ptr_t WriteDebugLineInfoFunc; variable
78 WriteDebugLineInfoFunc(WriteDebugLineInfoImpl), in OpenAgentFunc()