HomeSort by: relevance | last modified time | path
    Searched refs:lazyReexports (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
LLJITWithLazyReexports.cpp 142 lazyReexports(*LCTM, *ISM, J->getMainJITDylib(), std::move(ReExports))));
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
LLJITWithTargetProcessControl.cpp 174 lazyReexports(TPCIU->getLazyCallThroughManager(), *ISM,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LazyReexports.h 1 //===------ LazyReexports.h -- Utilities for lazy reexports -----*- C++ -*-===//
167 lazyReexports(LazyCallThroughManager &LCTManager,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LazyReexports.cpp 1 //===---------- LazyReexports.cpp - Utilities for lazy reexports ----------===//
9 #include "llvm/ExecutionEngine/Orc/LazyReexports.h"
168 if (auto Err = R->replace(lazyReexports(LCTManager, ISManager, SourceJD,
CompileOnDemandLayer.cpp 176 lazyReexports(LCTMgr, PDR.getISManager(), PDR.getImplDylib(),

Completed in 21 milliseconds