Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp91 auto *RzArray = VariableDeclaration::create(&NewGlobals); in instrumentGlobals() local
95 RzArray->setName(Ctx, RzArrayName); in instrumentGlobals()
97 RzArray->setIsConstant(true); in instrumentGlobals()
99 NewGlobals.push_back(RzArray); in instrumentGlobals()
178 RzArray->addInitializer(VariableDeclaration::RelocInitializer::create( in instrumentGlobals()
180 RzArray->addInitializer(VariableDeclaration::RelocInitializer::create( in instrumentGlobals()