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.cpp234 CurrentHighPC = *Address; in processOneAttribute()
240 CurrentHighPC = in processOneAttribute()
244 if (UpdateHighAddress && CurrentHighPC > 0) in processOneAttribute()
245 --CurrentHighPC; in processOneAttribute()
247 CurrentHighPC += WasmCodeSectionOffset; in processOneAttribute()
249 setCUHighAddress(CurrentHighPC); in processOneAttribute()
335 CurrentHighPC = 0; in processOneDie()
424 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()
432 CurrentHighPC); in processOneDie()
470 CurrentHighPC); in processOneDie()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h57 LVAddress CurrentHighPC = 0; variable