Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp31 struct jit_code_entry { struct
32 struct jit_code_entry *next_entry; argument
33 struct jit_code_entry *prev_entry; argument
43 struct jit_code_entry *relevant_entry; argument
44 struct jit_code_entry *first_entry;
80 jit_code_entry *Entry;
137 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()
181 jit_code_entry* JITCodeEntry = new jit_code_entry(); in notifyObjectLoaded()
209 jit_code_entry*& JITCodeEntry = I->second.Entry; in deregisterObjectInternal()
216 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry; in deregisterObjectInternal()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.h28 struct jit_code_entry { struct
29 struct jit_code_entry *next_entry; argument
30 struct jit_code_entry *prev_entry; argument
40 struct jit_code_entry *relevant_entry; argument
41 struct jit_code_entry *first_entry;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp56 jit_code_entry *E = new jit_code_entry; in appendJITDebugDescriptor()
66 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()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp758 static struct jit_code_entry *
759 findNextDebugDescriptorEntry(struct jit_code_entry *Latest) { in findNextDebugDescriptorEntry()
844 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper()
855 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper()