Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp25 JITDylib &SourceJD, SymbolStringPtr SymbolName, in getCallThroughTrampoline() argument
35 Reexports[*Trampoline] = ReexportsEntry{&SourceJD, std::move(SymbolName)}; in getCallThroughTrampoline()
100 makeJITDylibSearchOrder(Entry->SourceJD, in resolveTrampolineLandingAddress()
155 JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc) in LazyReexportsMaterializationUnit() argument
157 LCTManager(LCTManager), ISManager(ISManager), SourceJD(SourceJD), in LazyReexportsMaterializationUnit()
177 if (auto Err = R->replace(lazyReexports(LCTManager, ISManager, SourceJD, in materialize()
189 SourceJD, Alias.second.Aliasee, in materialize()
196 SourceJD.getExecutionSession().reportError( in materialize()
207 AliaseeTable->trackImpls(RequestedAliases, &SourceJD); in materialize()
210 SourceJD.getExecutionSession().reportError(std::move(Err)); 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()
494 Expected<SymbolAliasMap> buildSimpleReexportsAliasMap(JITDylib &SourceJD, in buildSimpleReexportsAliasMap() argument
497 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap()
594 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator() argument
597 : SourceJD(SourceJD), SourceJDLookupFlags(SourceJDLookupFlags), in ReexportsGenerator()
604 assert(&JD != &SourceJD && "Cannot re-export from the same dylib"); in tryToGenerate()
608 K, {{&SourceJD, JDLookupFlags}}, LookupSet); in tryToGenerate()
[all …]
H A DObjectLinkingLayer.cpp611 JITDylib &SourceJD = *QueryDepsEntry.first; in registerDependencies() local
613 auto &DepsForJD = SymbolDeps[&SourceJD]; in registerDependencies()
620 SymbolDeps.erase(&SourceJD); in registerDependencies()
H A DOrcV2CBindings.cpp441 LLVMOrcJITDylibRef SourceJD, LLVMOrcCSymbolAliasMapPairs CallableAliases, in LLVMOrcLazyReexports() argument
453 return wrap(lazyReexports(*unwrap(LCTM), *unwrap(ISM), *unwrap(SourceJD), in LLVMOrcLazyReexports()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h49 getCallThroughTrampoline(JITDylib &SourceJD, SymbolStringPtr SymbolName,
63 JITDylib *SourceJD; member
144 JITDylib &SourceJD,
158 JITDylib &SourceJD; variable
168 IndirectStubsManager &ISManager, JITDylib &SourceJD,
172 LCTManager, ISManager, SourceJD, std::move(CallableAliases), SrcJDLoc);
H A DCore.h777 ReExportsMaterializationUnit(JITDylib *SourceJD,
789 JITDylib *SourceJD = nullptr; variable
815 reexports(JITDylib &SourceJD, SymbolAliasMap Aliases,
819 &SourceJD, SourceJDLookupFlags, std::move(Aliases));
825 buildSimpleReexportsAliasMap(JITDylib &SourceJD, const SymbolNameSet &Symbols);
1937 ReexportsGenerator(JITDylib &SourceJD,
1946 JITDylib &SourceJD;