Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp157 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
DCompileOnDemandLayer.cpp269 for (auto &Name : R->getRequestedSymbols()) { in emitPartition()
DCore.cpp291 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
798 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib
2758 return MR.JD->getRequestedSymbols(MR.SymbolFlags); in OL_getRequestedSymbols()
DOrcV2CBindings.cpp452 auto Symbols = unwrap(MR)->getRequestedSymbols(); in LLVMOrcMaterializationResponsibilityGetRequestedSymbols()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h544 SymbolNameSet getRequestedSymbols() const;
1170 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;
1818 inline SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function