Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DGetDylibInterface.cpp20 Expected<SymbolNameSet> getDylibInterfaceFromDylib(ExecutionSession &ES, in getDylibInterfaceFromDylib()
66 SymbolNameSet Symbols; in getDylibInterfaceFromDylib()
77 Expected<SymbolNameSet> getDylibInterfaceFromTapiFile(ExecutionSession &ES, in getDylibInterfaceFromTapiFile()
79 SymbolNameSet Symbols; in getDylibInterfaceFromTapiFile()
110 Expected<SymbolNameSet> getDylibInterface(ExecutionSession &ES, Twine Path) { in getDylibInterface()
H A DCore.cpp110 SymbolNameSet FailedSymbols, SymbolDependenceMap BadDeps, in UnsatisfiedSymbolDependencies()
128 SymbolNameSet Symbols) in SymbolsNotFound()
149 std::shared_ptr<SymbolStringPool> SSP, SymbolNameSet Symbols) in SymbolsCouldNotBeRemoved()
375 SymbolNameSet ResponsibilitySymbols; in materialize()
492 SymbolNameSet Symbols) { in buildSimpleReexportsAliasMap()
851 SymbolNameSet
854 SymbolNameSet RequestedSymbols; in getRequestedSymbols()
893 SymbolNameSet SymbolsInErrorState; in resolve()
1059 Error JITDylib::remove(const SymbolNameSet &Names) { in remove()
1065 SymbolNameSet Missing; in remove()
[all …]
H A DOrcV2CBindings.cpp154 static SymbolNameSet toSymbolNameSet(LLVMOrcCSymbolsList Symbols) { in toSymbolNameSet()
155 SymbolNameSet Result; in toSymbolNameSet()
177 SymbolNameSet Names; in toSymbolDependenceMap()
576 SymbolNameSet Syms; in LLVMOrcMaterializationResponsibilityDelegate()
H A DDebugUtils.cpp140 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DGetDylibInterface.h25 LLVM_ABI Expected<SymbolNameSet>
30 LLVM_ABI Expected<SymbolNameSet>
36 LLVM_ABI Expected<SymbolNameSet> getDylibInterface(ExecutionSession &ES,
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()
177 using TargetAndLikelies = DenseMap<SymbolStringPtr, SymbolNameSet>;
H A DCoreContainers.h30 using SymbolNameSet = DenseSet<SymbolStringPtr>; variable
43 using SymbolDependenceMap = DenseMap<JITDylib *, SymbolNameSet>;
H A DCore.h227 const SymbolNameSet &Names,
464 JITDylibSP JD, SymbolNameSet FailedSymbols,
473 SymbolNameSet FailedSymbols;
483 SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP, SymbolNameSet Symbols);
503 SymbolNameSet Symbols);
507 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols()
511 SymbolNameSet Symbols;
565 SymbolNameSet Symbols;
621 SymbolNameSet getRequestedSymbols() const;
690 delegate(const SymbolNameSet &Symbols);
[all …]
H A DDebugUtils.h34 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols);