Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.h26 } jit_actions_t; typedef
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp42 enum jit_actions_t { JIT_NOACTION = 0, JIT_REGISTER_FN, JIT_UNREGISTER_FN }; enum
301 jit_actions_t jit_action = (jit_actions_t)jit_desc.action_flag; in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp29 } jit_actions_t; typedef