Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp153 auto RequestedSymbols = R.getRequestedSymbols(); in materialize() local
157 if (!RequestedSymbols.empty()) { in materialize()
160 for (auto &Name : RequestedSymbols) { in materialize()
183 if (RequestedSymbols.count(KV.first)) in materialize()
DCore.cpp739 auto RequestedSymbols = R.getRequestedSymbols(); in materialize() local
742 for (auto &Name : RequestedSymbols) { in materialize()
972 SymbolNameSet RequestedSymbols; in getRequestedSymbols() local
984 RequestedSymbols.insert(KV.first); in getRequestedSymbols()
987 return RequestedSymbols; in getRequestedSymbols()