Home
last modified time | relevance | path

Searched refs:SymbolNameSet (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h63 using FunctionCandidatesMap = DenseMap<SymbolStringPtr, SymbolNameSet>;
64 using StubAddrLikelies = DenseMap<TargetFAddr, SymbolNameSet>;
68 SymbolNameSet likelySymbols) { in registerSymbolsWithAddr()
74 SymbolNameSet CandidateSet; in launchCompile()
176 using TargetAndLikelies = DenseMap<SymbolStringPtr, SymbolNameSet>;
H A DCore.h114 using SymbolNameSet = DenseSet<SymbolStringPtr>; variable
127 using SymbolDependenceMap = DenseMap<JITDylib *, SymbolNameSet>;
210 const SymbolNameSet &Names,
463 SymbolNameSet Symbols);
467 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols()
471 SymbolNameSet Symbols;
569 SymbolNameSet getRequestedSymbols() const;
629 delegate(const SymbolNameSet &Symbols);
1132 Error remove(const SymbolNameSet &Names);
1257 const SymbolNameSet &QuerySymbols);
[all …]
H A DDebugUtils.h36 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp107 SymbolNameSet Symbols) in SymbolsNotFound()
374 SymbolNameSet ResponsibilitySymbols; in materialize()
853 SymbolNameSet
856 SymbolNameSet RequestedSymbols; in getRequestedSymbols()
972 SymbolNameSet SymbolsInErrorState; in resolve()
1067 SymbolNameSet SymbolsInErrorState; in emit()
1398 SymbolNameSet Missing; in remove()
1399 SymbolNameSet Materializing; in remove()
1574 SymbolNameSet TrackedSymbols; in removeTracker()
1674 SymbolNameSet CurrentlyTrackedSymbols; in transferTracker()
[all …]
H A DObjectLinkingLayer.cpp362 SymbolNameSet Internal, External;
612 const SymbolNameSet &Symbols = QueryDepsEntry.second; in registerDependencies()
630 DenseMap<SymbolStringPtr, SymbolNameSet> ExternalNamedSymbolDeps;
631 DenseMap<SymbolStringPtr, SymbolNameSet> InternalNamedSymbolDeps;
H A DDebugUtils.cpp145 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<()
H A DOrcV2CBindings.cpp168 SymbolNameSet Names; in toSymbolDependenceMap()
557 SymbolNameSet Syms; in LLVMOrcMaterializationResponsibilityDelegate()