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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Layer.cpp 27 auto &JD = RT->getJITDylib();
169 auto &JD = RT->getJITDylib();
Core.cpp 48 getJITDylib().getExecutionSession().destroyResourceTracker(*this);
49 getJITDylib().Release();
53 return getJITDylib().getExecutionSession().removeResourceTracker(*this);
57 getJITDylib().getExecutionSession().transferResourceTracker(DstRT, *this);
1524 assert(&DstRT.getJITDylib() == this && "DstRT is not for this JITDylib");
1525 assert(&SrcRT.getJITDylib() == this && "SrcRT is not for this JITDylib");
2043 dbgs() << "In " << RT.getJITDylib().getName() << " removing tracker "
2054 std::tie(QueriesToFail, FailedSymbols) = RT.getJITDylib().removeTracker(RT);
2072 dbgs() << "In " << SrcRT.getJITDylib().getName()
2082 assert(&DstRT.getJITDylib() == &SrcRT.getJITDylib() &
    [all...]
MachOPlatform.cpp 164 auto &JD = RT.getJITDylib();
ObjectLinkingLayer.cpp 589 auto &JD = RT->getJITDylib();
LLJIT.cpp 192 auto &JD = RT.getJITDylib();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 94 return RT->getJITDylib().define(
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 66 JITDylib &getJITDylib() const {
1437 auto &JD = RT.getJITDylib();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 587 auto &JD = RT->getJITDylib();

Completed in 25 milliseconds