reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  230       if (auto Sym = StubsMgr->findStub(Name, ExportedSymbolsOnly))
  339       if (auto Sym = KV.second.StubsMgr->findStub(Name, ExportedSymbolsOnly))
  435       if (auto Err = LD.StubsMgr->createStubs(StubInits))
  484             LD.StubsMgr->findStub(FName, false).getAddress();
  515       if (auto Sym = LD.StubsMgr->findStub(Name, false))
  608             if (auto EC = LD.StubsMgr->updatePointer(FnName, FnBodyAddr))