Home
last modified time | relevance | path

Searched refs:getRequestedSymbols (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp157 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
H A DCompileOnDemandLayer.cpp269 for (auto &Name : R->getRequestedSymbols()) { in emitPartition()
H A DCore.cpp291 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
798 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib
2657 return MR.JD->getRequestedSymbols(MR.SymbolFlags); in OL_getRequestedSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h530 SymbolNameSet getRequestedSymbols() const;
1156 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;
1664 inline SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function