Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/TargetProcess/
DJITLoaderGDB.h35 struct jit_descriptor { struct
36 uint32_t version;
39 uint32_t action_flag;
40 struct jit_code_entry *relevant_entry;
41 struct jit_code_entry *first_entry;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/TargetProcess/
DJITLoaderGDB.h35 struct jit_descriptor { struct
36 uint32_t version;
39 uint32_t action_flag;
40 struct jit_code_entry *relevant_entry;
41 struct jit_code_entry *first_entry;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/TargetProcess/
DJITLoaderGDB.h35 struct jit_descriptor { struct
36 uint32_t version;
39 uint32_t action_flag;
40 struct jit_code_entry *relevant_entry;
41 struct jit_code_entry *first_entry;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp40 struct jit_descriptor { struct
52 struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0, argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp38 struct jit_descriptor { struct
50 extern struct jit_descriptor __jit_debug_descriptor; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp38 struct jit_descriptor { struct
50 struct jit_descriptor __jit_debug_descriptor = { 1, 0, nullptr, nullptr }; argument
/aosp_15_r20/external/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp38 struct jit_descriptor { struct
50 struct jit_descriptor __jit_debug_descriptor = { 1, 0, nullptr, nullptr }; argument
/aosp_15_r20/system/extras/simpleperf/
H A DJITDebugReader.cpp326 Descriptor jit_descriptor; in ReadProcess() local
500 bool JITDebugReader::ReadDescriptors(Process& process, Descriptor* jit_descriptor, in ReadDescriptors()
509 bool JITDebugReader::ReadDescriptorsImpl(Process& process, Descriptor* jit_descriptor, in ReadDescriptorsImpl()