Lines Matching full:which
36 objects, all of which will subsequently be owned by the MCJIT object.
38 The MCJIT class has a member variable, Dyld, which contains an instance of
49 MCJIT::getPointerToFunction is called which requires the code to have been
59 instance and creates a new ObjectBufferStream instance, both of which it
61 on the Module with which it was created.
67 format, depending on the target) into the ObjectBufferStream object, which
83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
90 from the ObjectBuffer it received. ObjectImage, which wraps the
91 ObjectFile class, is a helper class which parses the binary object image
104 processRelocationRef method, which will examine the relocation and store
154 iterate through the list of relocations it has stored which are associated
155 with this symbol and invoke the resolveRelocation method which, through an
161 have been saved which reference that symbol and call resolveRelocation for
163 relocations for which the symbol associated with the relocation is located
165 have a target location at which the relocation will be applied that is