Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp302 jit_actions_t jit_action = (jit_actions_t)jit_desc.action_flag; in ReadJITDescriptorImpl() local
305 jit_action = JIT_REGISTER_FN; in ReadJITDescriptorImpl()
321 if (jit_action == JIT_REGISTER_FN) { in ReadJITDescriptorImpl()
371 } else if (jit_action == JIT_UNREGISTER_FN) { in ReadJITDescriptorImpl()
394 } else if (jit_action == JIT_NOACTION) { in ReadJITDescriptorImpl()