Lines Matching refs:SourceJD
28 JITDylib &SourceJD, SymbolStringPtr SymbolName, in getCallThroughTrampoline() argument
36 Reexports[*Trampoline] = std::make_pair(&SourceJD, std::move(SymbolName)); in getCallThroughTrampoline()
43 JITDylib *SourceJD = nullptr; in callThroughToSymbol() local
51 SourceJD = I->second.first; in callThroughToSymbol()
55 auto LookupResult = ES.lookup(JITDylibSearchList({{SourceJD, true}}), in callThroughToSymbol()
79 if (auto Err = (*NotifyResolved)(*SourceJD, SymbolName, ResolvedAddr)) { in callThroughToSymbol()
128 JITDylib &SourceJD, SymbolAliasMap CallableAliases, VModuleKey K) in LazyReexportsMaterializationUnit() argument
130 LCTManager(LCTManager), ISManager(ISManager), SourceJD(SourceJD), in LazyReexportsMaterializationUnit()
155 R.replace(lazyReexports(LCTManager, ISManager, SourceJD, in materialize()
162 SourceJD, Alias.second.Aliasee, NotifyResolved); in materialize()
165 SourceJD.getExecutionSession().reportError( in materialize()
176 SourceJD.getExecutionSession().reportError(std::move(Err)); in materialize()