Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp289 iJIT_Method_Load FunctionMessage = in notifyObjectLoaded() local
300 FunctionMessage.source_file_name = 0; in notifyObjectLoaded()
301 FunctionMessage.line_number_size = 0; in notifyObjectLoaded()
302 FunctionMessage.line_number_table = 0; in notifyObjectLoaded()
311 last.Offset = FunctionMessage.method_size; in notifyObjectLoaded()
317 FunctionMessage.source_file_name = in notifyObjectLoaded()
319 FunctionMessage.line_number_size = LineInfo.size(); in notifyObjectLoaded()
320 FunctionMessage.line_number_table = &*LineInfo.begin(); in notifyObjectLoaded()
324 &FunctionMessage); in notifyObjectLoaded()
325 MethodIDs[(void *)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()