Searched refs:CurrentLowPC (Results 1 – 2 of 2) sorted by relevance
204 CurrentLowPC = *Value; in processOneAttribute()208 CurrentLowPC = *FormValue.getAsAddress(); in processOneAttribute()218 if (CurrentLowPC == getTombstoneAddress()) in processOneAttribute()222 CurrentLowPC += WasmCodeSectionOffset; in processOneAttribute()224 setCUBaseAddress(CurrentLowPC); in processOneAttribute()241 (FoundLowPC ? CurrentLowPC - WasmCodeSectionOffset : CurrentLowPC) + in processOneAttribute()334 CurrentLowPC = 0; in processOneDie()424 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()431 CompileUnit->addPublicName(CurrentScope, CurrentLowPC, in processOneDie()469 addSectionRange(SectionIndex, CurrentScope, CurrentLowPC, in processOneDie()
56 LVAddress CurrentLowPC = 0; variable