Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:Entry

68   RegisteredObjectInfo(std::size_t Size, jit_code_entry *Entry,
70 : Size(Size), Entry(Entry), Obj(std::move(Obj)) {}
73 : Size(Other.Size), Entry(Other.Entry), Obj(std::move(Other.Obj)) {}
77 Entry = Other.Entry;
83 jit_code_entry *Entry;
108 /// Creates an entry in the JIT registry for the buffer @p Object,
134 // Insert this entry at the head of the list.
182 "Allocation failed when registering a JIT entry!\n");
207 jit_code_entry*& JITCodeEntry = I->second.Entry;
228 // Tell the debugger which entry we removed, and unregister the code.