Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCompiler.cpp170 Ctx.getObjectWriter()->setUndefinedSyms(Ctx.getConstantExternSyms()); in run()
DIceGlobalContext.h260 ConstantList getConstantExternSyms();
DIceGlobalContext.cpp802 ConstantList GlobalContext::getConstantExternSyms() { in getConstantExternSyms() function in Ice::GlobalContext
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1073 objectWriter->setUndefinedSyms(::context->getConstantExternSyms()); in acquireRoutine()