Lines Matching refs:ORC
2 Building a JIT: Adding Optimizations -- An introduction to ORC Layers
15 **Warning: This tutorial is currently being updated to account for ORC API
21 Welcome to Chapter 2 of the "Building an ORC-based JIT in LLVM" tutorial. In
25 little code by composing two off-the-shelf *ORC layers*: IRCompileLayer and
28 In this layer we'll learn more about the ORC layer concept by using a new layer,
43 instead. For now this will provide us a motivation to learn more about ORC
51 Chapter 1 and compose an ORC *IRTransformLayer* on top. We will look at how the
196 layer through the transform function object, and (2) implementing the ORC
197 ``IRLayer`` interface (which itself conforms to the general ORC Layer concept,
228 the "opt" phase of an LLVM compiler) whose API is opaque to ORC with an
229 interface that ORC can call as needed. The add method takes an