Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h52 getCallThroughTrampoline(JITDylib &SourceJD, SymbolStringPtr SymbolName,
66 JITDylib *SourceJD; member
148 JITDylib &SourceJD,
162 JITDylib &SourceJD; variable
172 RedirectableSymbolManager &RSManager, JITDylib &SourceJD,
176 LCTManager, RSManager, SourceJD, std::move(CallableAliases), SrcJDLoc);
H A DCore.h721 ReExportsMaterializationUnit(JITDylib *SourceJD,
733 JITDylib *SourceJD = nullptr; variable
759 reexports(JITDylib &SourceJD, SymbolAliasMap Aliases,
763 &SourceJD, SourceJDLookupFlags, std::move(Aliases));
769 buildSimpleReexportsAliasMap(JITDylib &SourceJD, const SymbolNameSet &Symbols);
1976 ReexportsGenerator(JITDylib &SourceJD,
1985 JITDylib &SourceJD;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp27 JITDylib &SourceJD, SymbolStringPtr SymbolName, in getCallThroughTrampoline() argument
37 Reexports[*Trampoline] = ReexportsEntry{&SourceJD, std::move(SymbolName)}; in getCallThroughTrampoline()
102 makeJITDylibSearchOrder(Entry->SourceJD, in resolveTrampolineLandingAddress()
157 JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc) in LazyReexportsMaterializationUnit() argument
159 LCTManager(LCTManager), RSManager(RSManager), SourceJD(SourceJD), in LazyReexportsMaterializationUnit()
179 if (auto Err = R->replace(lazyReexports(LCTManager, RSManager, SourceJD, in materialize()
190 SourceJD, Alias.second.Aliasee, in materialize()
207 AliaseeTable->trackImpls(RequestedAliases, &SourceJD); in materialize()
H A DCore.cpp301 JITDylib *SourceJD, JITDylibLookupFlags SourceJDLookupFlags, in ReExportsMaterializationUnit() argument
303 : MaterializationUnit(extractFlags(Aliases)), SourceJD(SourceJD), in ReExportsMaterializationUnit()
315 JITDylib &SrcJD = SourceJD ? *SourceJD : TgtJD; in materialize()
339 auto Err = SourceJD ? R->replace(reexports(*SourceJD, std::move(Aliases), in materialize()
491 Expected<SymbolAliasMap> buildSimpleReexportsAliasMap(JITDylib &SourceJD, in buildSimpleReexportsAliasMap() argument
494 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap()
495 LookupKind::Static, {{&SourceJD, JITDylibLookupFlags::MatchAllSymbols}}, in buildSimpleReexportsAliasMap()
591 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator() argument
594 : SourceJD(SourceJD), SourceJDLookupFlags(SourceJDLookupFlags), in ReexportsGenerator()
601 assert(&JD != &SourceJD && "Cannot re-export from the same dylib"); in tryToGenerate()
[all …]
H A DOrcV2CBindings.cpp450 LLVMOrcJITDylibRef SourceJD, LLVMOrcCSymbolAliasMapPairs CallableAliases, in LLVMOrcLazyReexports() argument
462 return wrap(lazyReexports(*unwrap(LCTM), *unwrap(ISM), *unwrap(SourceJD), in LLVMOrcLazyReexports()