Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp166 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
H A DCompileOnDemandLayer.cpp270 for (auto &Name : R->getRequestedSymbols()) { in emitPartition()
H A DCore.cpp340 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
871 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib
2887 return MR.JD.getRequestedSymbols(MR.SymbolFlags); in OL_getRequestedSymbols()
H A DOrcV2CBindings.cpp514 auto Symbols = unwrap(MR)->getRequestedSymbols(); in LLVMOrcMaterializationResponsibilityGetRequestedSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h597 SymbolNameSet getRequestedSymbols() const;
1327 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;
2026 inline SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function