Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp144 auto RequestedSymbols = R.getRequestedSymbols(); in materialize() local
147 for (auto &RequestedSymbol : RequestedSymbols) { in materialize()
DCore.cpp602 auto RequestedSymbols = R.getRequestedSymbols(); in materialize() local
605 for (auto &Name : RequestedSymbols) { in materialize()
919 SymbolNameSet RequestedSymbols; in getRequestedSymbols() local
931 RequestedSymbols.insert(KV.first); in getRequestedSymbols()
934 return RequestedSymbols; in getRequestedSymbols()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp157 auto RequestedSymbols = R->getRequestedSymbols(); in materialize() local
160 for (auto &RequestedSymbol : RequestedSymbols) { in materialize()
DCore.cpp272 auto RequestedSymbols = R->getRequestedSymbols(); in materialize() local
275 for (auto &Name : RequestedSymbols) { in materialize()
777 SymbolNameSet RequestedSymbols; in getRequestedSymbols() local
791 RequestedSymbols.insert(KV.first); in getRequestedSymbols()
794 return RequestedSymbols; in getRequestedSymbols()