Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp30 struct jit_code_entry { struct
31 struct jit_code_entry *next_entry; argument
32 struct jit_code_entry *prev_entry; argument
42 struct jit_code_entry *relevant_entry; argument
43 struct jit_code_entry *first_entry;
74 RegisteredObjectInfo(std::size_t Size, jit_code_entry *Entry, in RegisteredObjectInfo()
79 jit_code_entry *Entry;
136 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()
141 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger()
180 jit_code_entry* JITCodeEntry = new jit_code_entry(); in notifyObjectLoaded()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.h29 struct jit_code_entry { struct
30 struct jit_code_entry *next_entry; argument
31 struct jit_code_entry *prev_entry; argument
41 struct jit_code_entry *relevant_entry; argument
42 struct jit_code_entry *first_entry;
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp
H A Dlli.cpp757 static struct jit_code_entry *
758 findNextDebugDescriptorEntry(struct jit_code_entry *Latest) { in findNextDebugDescriptorEntry()
843 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper()
854 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp55 jit_code_entry *E = new jit_code_entry; in appendJITDebugDescriptor()
65 jit_code_entry *NextEntry = __jit_debug_descriptor.first_entry; in appendJITDebugDescriptor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp44 template <typename ptr_t> struct jit_code_entry { struct
119 jit_code_entry<ptr_t> *entry) { in ReadJITEntry()
309 jit_code_entry<ptr_t> jit_entry; in ReadJITDescriptorImpl()