Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h64 using FunctionCandidatesMap = DenseMap<SymbolStringPtr, SymbolNameSet>;
65 using StubAddrLikelies = DenseMap<TargetFAddr, SymbolNameSet>;
69 SymbolNameSet likelySymbols) { in registerSymbolsWithAddr()
75 SymbolNameSet CandidateSet; in launchCompile()
176 using TargetAndLikelies = DenseMap<SymbolStringPtr, SymbolNameSet>;
H A DCore.h106 using SymbolNameSet = DenseSet<SymbolStringPtr>; variable
119 using SymbolDependenceMap = DenseMap<JITDylib *, SymbolNameSet>;
202 const SymbolNameSet &Names,
437 SymbolsNotFound(SymbolNameSet Symbols);
452 SymbolsCouldNotBeRemoved(SymbolNameSet Symbols);
455 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols()
458 SymbolNameSet Symbols;
544 SymbolNameSet getRequestedSymbols() const;
618 delegate(const SymbolNameSet &Symbols);
1034 Error remove(const SymbolNameSet &Names);
[all …]
H A DDebugUtils.h36 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp93 SymbolsNotFound::SymbolsNotFound(SymbolNameSet Symbols) { in SymbolsNotFound()
345 SymbolNameSet ResponsibilitySymbols; in materialize()
797 SymbolNameSet
800 SymbolNameSet RequestedSymbols; in getRequestedSymbols()
913 SymbolNameSet SymbolsInErrorState; in resolve()
1006 SymbolNameSet SymbolsInErrorState; in emit()
1309 SymbolNameSet Missing; in remove()
1310 SymbolNameSet Materializing; in remove()
1468 SymbolNameSet TrackedSymbols; in removeTracker()
1554 SymbolNameSet CurrentlyTrackedSymbols; in transferTracker()
[all …]
H A DObjectLinkingLayer.cpp337 SymbolNameSet Internal, External;
582 const SymbolNameSet &Symbols = QueryDepsEntry.second; in registerDependencies()
600 DenseMap<SymbolStringPtr, SymbolNameSet> ExternalNamedSymbolDeps;
601 DenseMap<SymbolStringPtr, SymbolNameSet> InternalNamedSymbolDeps;
H A DDebugUtils.cpp145 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<()
H A DOrcV2CBindings.cpp274 SymbolNameSet Names; in toSymbolDependenceMap()
503 SymbolNameSet Syms; in LLVMOrcMaterializationResponsibilityDelegate()