Searched refs:CurrentLowPC (Results 1 – 2 of 2) sorted by relevance
402 CurrentLowPC = *Value; in processOneAttribute()406 CurrentLowPC = *FormValue.getAsAddress(); in processOneAttribute()416 if (CurrentLowPC == MaxAddress) in processOneAttribute()419 setCUBaseAddress(CurrentLowPC); in processOneAttribute()432 CurrentHighPC = CurrentLowPC + *Offset; in processOneAttribute()518 CurrentLowPC = 0; in processOneDie()612 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()619 CompileUnit->addPublicName(CurrentScope, CurrentLowPC, in processOneDie()657 addSectionRange(SectionIndex, CurrentScope, CurrentLowPC, in processOneDie()
65 LVAddress CurrentLowPC = 0; variable