Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp155 FunctionDeclaration *SubstProto; in instrumentGlobals() local
157 SubstProto = SubstProtoEntry->second; in instrumentGlobals()
160 SubstProto = FunctionDeclaration::create( in instrumentGlobals()
163 SubstProto->setName(Ctx, SubstName); in instrumentGlobals()
164 ProtoSubstitutions.insert({SubstName, SubstProto}); in instrumentGlobals()
168 &NewGlobals, SubstProto, RelocOffsetArray(0))); in instrumentGlobals()