Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp402 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVELFReader.h65 LVAddress CurrentLowPC = 0; variable