Lines Matching full:provides
19 ORC provides a modular API for building JIT compilers. There are a number
41 ORC provides the following features:
44 ORC provides APIs to link relocatable object files (COFF, ELF, MachO) [1]_
51 ORC provides off the shelf components (IRCompileLayer, SimpleCompiler,
58 MCJIT is commonly used). However ORC also provides built-in support for lazy
87 ORC provides two basic JIT classes off-the-shelf. These are useful both as
230 (if they have not been compiled already), and (2) it provides the
242 In this context a materializer is something that provides a working definition
270 - *ExecutionSession* represents the JIT'd program and provides context for the
298 that must be materialized and provides a way to notify the JITDylib once they
397 JITDylib. The ``reexports`` function provides the same functionality, but
420 reexport is similar to a regular reexport or alias: It provides a new name for
424 initialized to point at a *lazy call-through*, which provides reentry into the
756 provides a convenience function, ``withModuleDo``, that implicitly (1) locks the
834 ORC provides the ``DynamicLibrarySearchGenerator`` utility for reflecting symbols
898 The ``TargetProcessControl`` API provides various operations on the JIT