Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp50 extern struct jit_descriptor __jit_debug_descriptor;
69 << (void *)&__jit_debug_descriptor; in requiredSymbolDefinitionsFromOrcTargetProcess()
138 __jit_debug_descriptor.action_flag = JIT_REGISTER_FN; in NotifyDebugger()
142 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger()
147 __jit_debug_descriptor.first_entry = JITCodeEntry; in NotifyDebugger()
148 __jit_debug_descriptor.relevant_entry = JITCodeEntry; in NotifyDebugger()
213 __jit_debug_descriptor.action_flag = JIT_UNREGISTER_FN; in deregisterObjectInternal()
226 assert(__jit_debug_descriptor.first_entry == JITCodeEntry); in deregisterObjectInternal()
227 __jit_debug_descriptor.first_entry = NextEntry; in deregisterObjectInternal()
231 __jit_debug_descriptor.relevant_entry = JITCodeEntry; in deregisterObjectInternal()
/llvm-project-15.0.7/lldb/test/API/functionalities/jitloader_gdb/
H A Dmain.c22 struct JITDescriptor __jit_debug_descriptor = { 1, JIT_NOACTION, 0, 0 }; variable
38 __jit_debug_descriptor.relevant_entry = __jit_debug_descriptor.first_entry = &entry; in main()
39 __jit_debug_descriptor.action_flag = JIT_REGISTER_FN; in main()
H A Dsimple.c10 } __jit_debug_descriptor = { 1, 0, 0, 0 }; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp52 struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0, variable
89 jit_code_entry *NextEntry = __jit_debug_descriptor.first_entry; in registerJITLoaderGDBImpl()
95 __jit_debug_descriptor.first_entry = E; in registerJITLoaderGDBImpl()
96 __jit_debug_descriptor.relevant_entry = E; in registerJITLoaderGDBImpl()
99 __jit_debug_descriptor.action_flag = JIT_REGISTER_FN; in registerJITLoaderGDBImpl()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Ddebug-descriptor-elf-minimal.ll9 ; CHECK: Reading __jit_debug_descriptor at 0x{{.*}}
21 @__jit_debug_descriptor = external global i8, align 1
26 call void @__dump_jit_debug_descriptor(i8* @__jit_debug_descriptor), !dbg !13
H A Ddebug-objects-elf-minimal.ll55 @__jit_debug_descriptor = external global i8, align 1
60 call void @__dump_jit_debug_objects(i8* @__jit_debug_descriptor), !dbg !13