Home
last modified time | relevance | path

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

/freebsd/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.cpp321 JITDylib *SourceJD, JITDylibLookupFlags SourceJDLookupFlags, in ReExportsMaterializationUnit() argument
323 : MaterializationUnit(extractFlags(Aliases)), SourceJD(SourceJD), in ReExportsMaterializationUnit()
335 JITDylib &SrcJD = SourceJD ? *SourceJD : TgtJD; in materialize()
359 auto Err = SourceJD ? R->replace(reexports(*SourceJD, std::move(Aliases), in materialize()
511 Expected<SymbolAliasMap> buildSimpleReexportsAliasMap(JITDylib &SourceJD, in buildSimpleReexportsAliasMap() argument
514 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap()
515 LookupKind::Static, {{&SourceJD, JITDylibLookupFlags::MatchAllSymbols}}, in buildSimpleReexportsAliasMap()
611 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator() argument
614 : SourceJD(SourceJD), SourceJDLookupFlags(SourceJDLookupFlags), in ReexportsGenerator()
621 assert(&JD != &SourceJD && "Cannot re-export from the same dylib"); in tryToGenerate()
[all …]
H A DOrcV2CBindings.cpp449 LLVMOrcJITDylibRef SourceJD, LLVMOrcCSymbolAliasMapPairs CallableAliases, in LLVMOrcLazyReexports() argument
461 return wrap(lazyReexports(*unwrap(LCTM), *unwrap(ISM), *unwrap(SourceJD), in LLVMOrcLazyReexports()
/freebsd/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.h808 ReExportsMaterializationUnit(JITDylib *SourceJD,
820 JITDylib *SourceJD = nullptr; variable
846 reexports(JITDylib &SourceJD, SymbolAliasMap Aliases,
850 &SourceJD, SourceJDLookupFlags, std::move(Aliases));
856 buildSimpleReexportsAliasMap(JITDylib &SourceJD, const SymbolNameSet &Symbols);
2004 ReexportsGenerator(JITDylib &SourceJD,
2013 JITDylib &SourceJD;