Displaying 1 result from an estimated 1 matches for "cpstrbuf".
2011 Jul 14
0
[LLVMdev] Error in a custom analysis Pass
...%vr7<def> = ADDri %vr9, 1
%vr47<def> = ADDri %vr46, -4
ST_Iri %LV, -4, %vr47<kill>; mem:ST4[%cpArg.addr]
>>> %vr48<def> = LD_Iri %vr46<kill>, 0; mem:LD4[<unknown>]
ST_Cri %vr9<kill>, 0, %vr48<kill>; mem:ST1[%cpStrBuf.1]
%vr8<def> = ADDri %vr8<kill>, 1
JUMP <BB#1>
Successors according to CFG: BB#1
The instruction
%vr48<def> = LD_Iri %vr46<kill>, 0; mem:LD4[<unknown>]
seems to be a load instruction with a memory location unknown. Can
anyone help me point...