Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.h38 struct jit_descriptor { struct
39 uint32_t version;
42 uint32_t action_flag;
43 struct jit_code_entry *relevant_entry;
44 struct jit_code_entry *first_entry;
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp38 struct jit_descriptor { struct
50 struct jit_descriptor __jit_debug_descriptor = { 1, 0, nullptr, nullptr }; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp39 struct jit_descriptor { struct
51 struct jit_descriptor __jit_debug_descriptor = { 1, 0, nullptr, nullptr }; argument