Home
last modified time | relevance | path

Searched refs:JITDylibs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst271 JIT: It contains the JITDylibs, error reporting mechanisms, and dispatches the
274 - *JITDylibs* provide the symbol tables.
278 compilers to JITDylibs.
327 :ref:`How to Add Process and Library Symbols to JITDylibs
410 re-exporting symbols from several other JITDylibs.
491 Linkage relationships between ``JITDylibs`` determine how inter-module
495 Unless multiple JITDylibs are needed to model linkage relationships, ORCv1
515 ``lookup`` method on JITDylib that takes a list of JITDylibs to scan.
568 How to create JITDylibs and set up linkage relationships
571 In ORC, all symbol definitions reside in JITDylibs. JITDylibs are created by
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp136 JITDylibs("jd", variable
1016 for (auto JDItr = JITDylibs.begin(), JDEnd = JITDylibs.end(); in runOrcJIT()
1024 IdxToDylib[JITDylibs.getPosition(JDItr - JITDylibs.begin())] = JD; in runOrcJIT()