Searched refs:jit_code_entry (Results 1 – 6 of 6) sorted by relevance
31 struct jit_code_entry { struct32 struct jit_code_entry *next_entry; argument33 struct jit_code_entry *prev_entry; argument43 struct jit_code_entry *relevant_entry; argument44 struct jit_code_entry *first_entry;75 RegisteredObjectInfo(std::size_t Size, jit_code_entry *Entry, in RegisteredObjectInfo()80 jit_code_entry *Entry;128 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()133 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger()172 jit_code_entry* JITCodeEntry = new jit_code_entry(); in notifyObjectLoaded()[all …]
33 struct jit_code_entry { struct34 struct jit_code_entry *next_entry; argument35 struct jit_code_entry *prev_entry; argument45 struct jit_code_entry *relevant_entry; argument46 struct jit_code_entry *first_entry;89 jit_code_entry *E = new jit_code_entry; in llvm_orc_registerJITLoaderGDBWrapper()96 jit_code_entry *NextEntry = __jit_debug_descriptor.first_entry; in llvm_orc_registerJITLoaderGDBWrapper()
30 struct jit_code_entry { struct31 struct jit_code_entry *next_entry; argument32 struct jit_code_entry *prev_entry; argument42 struct jit_code_entry *relevant_entry; argument43 struct jit_code_entry *first_entry;
12386 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
98982 jit_code_entry address symfile address symfile size143007 the jit_code_entry address, but also the symfile address, and the143011 the contents of the jit_code_entry, but, by storing this information143013 check if the jit_code_entry has been modified in target memory behind144461 gdb: include jit_code_entry::symfile_addr value in names of objfiles created by jit reader API144468 jit_code_entry::symfile_addr, and that the JIT reader's read function144477 jit_code_entry. So make jit_dbg_reader_data a structure (instead of an144480 jit_dbg_reader_data) plus a reference to the jit_code_entry as read into