Searched refs:getRequestedSymbols (Results 1 – 9 of 9) sorted by relevance
144 auto RequestedSymbols = R.getRequestedSymbols(); in materialize()
253 for (auto &Name : R.getRequestedSymbols()) { in emitPartition()
435 SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function in llvm::orc::MaterializationResponsibility436 return JD.getRequestedSymbols(SymbolFlags); in getRequestedSymbols()602 auto RequestedSymbols = R.getRequestedSymbols(); in materialize()917 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib
157 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
269 for (auto &Name : R->getRequestedSymbols()) { in emitPartition()
272 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()775 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib2616 return MR.JD->getRequestedSymbols(MR.SymbolFlags); in OL_getRequestedSymbols()
528 SymbolNameSet getRequestedSymbols() const;1151 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;1638 inline SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function
463 SymbolNameSet getRequestedSymbols() const;1035 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;
1242 auto Requested = R->getRequestedSymbols(); in TEST_F()