Home
last modified time | relevance | path

Searched refs:SourceJD (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp28 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()
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()
[all …]
H A DCore.cpp532 JITDylib *SourceJD, bool MatchNonExported, SymbolAliasMap Aliases, in ReExportsMaterializationUnit() argument
535 SourceJD(SourceJD), MatchNonExported(MatchNonExported), in ReExportsMaterializationUnit()
547 JITDylib &SrcJD = SourceJD ? *SourceJD : TgtJD; in materialize()
563 if (SourceJD) in materialize()
564 R.replace(reexports(*SourceJD, std::move(Aliases), MatchNonExported)); in materialize()
687 buildSimpleReexportsAliasMap(JITDylib &SourceJD, const SymbolNameSet &Symbols) { in buildSimpleReexportsAliasMap() argument
688 auto Flags = SourceJD.lookupFlags(Symbols); in buildSimpleReexportsAliasMap()
706 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator() argument
709 : SourceJD(SourceJD), MatchNonExported(MatchNonExported), in ReexportsGenerator()
717 auto Flags = SourceJD.lookupFlags(Names); in operator ()()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h47 virtual Error operator()(JITDylib &SourceJD,
60 Error operator()(JITDylib &SourceJD, const SymbolStringPtr &SymbolName, in operator()
62 return NotifyResolved(SourceJD, SymbolName, ResolvedAddr); in operator()
81 JITDylib &SourceJD, SymbolStringPtr SymbolName,
161 JITDylib &SourceJD,
174 JITDylib &SourceJD; variable
185 IndirectStubsManager &ISManager, JITDylib &SourceJD,
188 LCTManager, ISManager, SourceJD, std::move(CallableAliases),
H A DCore.h361 ReExportsMaterializationUnit(JITDylib *SourceJD, bool MatchNonExported,
371 JITDylib *SourceJD = nullptr; variable
399 reexports(JITDylib &SourceJD, SymbolAliasMap Aliases,
402 &SourceJD, MatchNonExported, std::move(Aliases), std::move(K));
408 buildSimpleReexportsAliasMap(JITDylib &SourceJD, const SymbolNameSet &Symbols);
419 ReexportsGenerator(JITDylib &SourceJD, bool MatchNonExported = false,
425 JITDylib &SourceJD;