Lines Matching refs:compile
37 the ORC APIs provide us with a layer to lazily compile LLVM IR:
45 utilities for each function that it scans: a *stub* and a *compile
53 higher optimization level) and changes address. The second utility, the compile
56 function's stub to point at the function's compile callback, we enable lazy
58 pointer and trigger the compile callback instead. The compile callback will
59 compile the function, update the function pointer for the stub, then execute
98 to create the compile callback needed for each function.
121 an appropriate compile callback manager we use the
123 JITTargetAddress to call if it receives a request to compile an unknown
133 this function to ask us what we would like to compile. At a minimum we need to
134 compile the function being called (given by the argument to the partitioning
135 function), but we could also request that the CompileOnDemandLayer compile other