Searched refs:CurrentLowPC (Results 1 – 2 of 2) sorted by relevance
403 CurrentLowPC = *Value; in processOneAttribute()407 CurrentLowPC = *FormValue.getAsAddress(); in processOneAttribute()417 if (CurrentLowPC == MaxAddress) in processOneAttribute()420 CurrentLowPC += WasmCodeSectionOffset; in processOneAttribute()422 setCUBaseAddress(CurrentLowPC); in processOneAttribute()439 (FoundLowPC ? CurrentLowPC - WasmCodeSectionOffset : CurrentLowPC) + in processOneAttribute()531 CurrentLowPC = 0; in processOneDie()625 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()632 CompileUnit->addPublicName(CurrentScope, CurrentLowPC, in processOneDie()670 addSectionRange(SectionIndex, CurrentScope, CurrentLowPC, in processOneDie()
65 LVAddress CurrentLowPC = 0; variable