Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp144 auto RequestedSymbols = R.getRequestedSymbols(); in materialize()
DCompileOnDemandLayer.cpp253 for (auto &Name : R.getRequestedSymbols()) { in emitPartition()
DCore.cpp435 SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function in llvm::orc::MaterializationResponsibility
436 return JD.getRequestedSymbols(SymbolFlags); in getRequestedSymbols()
602 auto RequestedSymbols = R.getRequestedSymbols(); in materialize()
917 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp157 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
DCompileOnDemandLayer.cpp269 for (auto &Name : R->getRequestedSymbols()) { in emitPartition()
DCore.cpp272 auto RequestedSymbols = R->getRequestedSymbols(); in materialize()
775 JITDylib::getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const { in getRequestedSymbols() function in llvm::orc::JITDylib
2616 return MR.JD->getRequestedSymbols(MR.SymbolFlags); in OL_getRequestedSymbols()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h528 SymbolNameSet getRequestedSymbols() const;
1151 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;
1638 inline SymbolNameSet MaterializationResponsibility::getRequestedSymbols() const { in getRequestedSymbols() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h463 SymbolNameSet getRequestedSymbols() const;
1035 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp1242 auto Requested = R->getRequestedSymbols(); in TEST_F()