Home
last modified time | relevance | path

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

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