Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
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;
68 RegisteredObjectInfo(std::size_t Size, jit_code_entry *Entry, in RegisteredObjectInfo()
83 jit_code_entry *Entry;
131 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()
136 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger()
178 jit_code_entry* JITCodeEntry = new jit_code_entry(); in NotifyObjectEmitted()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp32 struct jit_code_entry { struct
33 struct jit_code_entry *next_entry; argument
34 struct jit_code_entry *prev_entry; argument
44 struct jit_code_entry *relevant_entry; argument
45 struct jit_code_entry *first_entry;
69 RegisteredObjectInfo(std::size_t Size, jit_code_entry *Entry, in RegisteredObjectInfo()
74 jit_code_entry *Entry;
122 void NotifyDebugger(jit_code_entry* JITCodeEntry) { in NotifyDebugger()
127 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry; in NotifyDebugger()
169 jit_code_entry* JITCodeEntry = new jit_code_entry(); in NotifyObjectEmitted()
[all …]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.h31 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;
67 typedef DenseMap< const Function*, std::pair<std::string, jit_code_entry*> >
DJITDebugRegisterer.cpp139 jit_code_entry *JITCodeEntry = new jit_code_entry(); in RegisterFunction()
154 jit_code_entry *NextEntry = __jit_debug_descriptor.first_entry; in RegisterFunction()
167 jit_code_entry *&JITCodeEntry = I->second.second; in UnregisterFunctionInternal()
175 jit_code_entry *PrevEntry = JITCodeEntry->prev_entry; in UnregisterFunctionInternal()
176 jit_code_entry *NextEntry = JITCodeEntry->next_entry; in UnregisterFunctionInternal()