Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp432 CurrentHighPC = *Address; in processOneAttribute()
438 CurrentHighPC = in processOneAttribute()
442 if (UpdateHighAddress && CurrentHighPC > 0) in processOneAttribute()
443 --CurrentHighPC; in processOneAttribute()
445 CurrentHighPC += WasmCodeSectionOffset; in processOneAttribute()
447 setCUHighAddress(CurrentHighPC); in processOneAttribute()
532 CurrentHighPC = 0; in processOneDie()
625 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()
633 CurrentHighPC); in processOneDie()
671 CurrentHighPC); in processOneDie()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h66 LVAddress CurrentHighPC = 0; variable