Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp45 WriteDebugLineInfoFunc(0), in OProfileWrapper()
85 WriteDebugLineInfoFunc = (op_write_debug_line_info_ptr_t)(intptr_t) in initialize()
98 || !WriteDebugLineInfoFunc in initialize()
103 WriteDebugLineInfoFunc = 0; in initialize()
231 if (Agent && WriteDebugLineInfoFunc) in op_write_debug_line_info()
232 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info); in op_write_debug_line_info()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h53 op_write_debug_line_info_ptr_t WriteDebugLineInfoFunc; variable
77 WriteDebugLineInfoFunc(WriteDebugLineInfoImpl), in OpenAgentFunc()