Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp108 VariableDeclaration *RzRight = VariableDeclaration::create(&NewGlobals); in instrumentGlobals() local
110 RzRight->setName(Ctx, nextRzName()); in instrumentGlobals()
118 RzRight->addInitializer(VariableDeclaration::ZeroInitializer::create( in instrumentGlobals()
123 RzRight->addInitializer(VariableDeclaration::DataInitializer::create( in instrumentGlobals()
174 RzRight->setIsConstant(Global->getIsConstant()); in instrumentGlobals()
177 RzRight->setAlignment(1); in instrumentGlobals()
181 &NewGlobals, RzRight, RelocOffsetArray(0))); in instrumentGlobals()
189 NewGlobals.push_back(RzRight); in instrumentGlobals()