Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.h26 } jit_actions_t; global() typedef
/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp29 } jit_actions_t; global() typedef
/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp40 enum jit_actions_t { JIT_NOACTION = 0, JIT_REGISTER_FN, JIT_UNREGISTER_FN }; enum