Lines Matching refs:ORC
11 **Warning: This tutorial is currently being updated to account for ORC API
17 Welcome to Chapter 1 of the "Building an ORC-based JIT in LLVM" tutorial. This
19 On-Request-Compilation (ORC) APIs. It begins with a simplified version of the
25 The goal of this tutorial is to introduce you to LLVM's ORC JIT APIs, show how
32 introduce some of the basic concepts of the ORC JIT APIs, including the
33 idea of an ORC *Layer*.
42 replacing the Compile-On-Demand layer with a custom layer that uses the ORC
53 Finally, a word on API generations: ORC is the 3rd generation of LLVM JIT API.
58 are transitioning from them to ORC.
253 to *mangle* the name of the symbol we're searching for first. The ORC JIT
266 process take a deeper look at the ORC layer concept.