Searched refs:getRequestedSymbols (Results 1 – 5 of 5) sorted by relevance
166 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
270 for (auto &Name : R->getRequestedSymbols()) { in emitPartition()
340 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()871 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib2887 return MR.JD.getRequestedSymbols(MR.SymbolFlags); in OL_getRequestedSymbols()
514 auto Symbols = unwrap(MR)->getRequestedSymbols(); in LLVMOrcMaterializationResponsibilityGetRequestedSymbols()
597 SymbolNameSet getRequestedSymbols() const;1327 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;2026 inline SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function