Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h40 LVAddress CUHighAddress = 0; variable
141 LVAddress getCUHighAddress() const { return CUHighAddress; } in getCUHighAddress()
142 void setCUHighAddress(LVAddress Address) { CUHighAddress = Address; } in setCUHighAddress()