Home
last modified time | relevance | path

Searched defs:LowerAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp52 void LVRange::addEntry(LVScope *Scope, LVAddress LowerAddress, in addEntry()
109 LVScope *LVRange::getEntry(LVAddress LowerAddress, in getEntry()
118 bool LVRange::hasEntry(LVAddress LowerAddress, LVAddress UpperAddress) const { in hasEntry()
H A DLVLocation.cpp517 LVAddress LowerAddress = 0; in calculateCoverage() local
H A DLVScope.cpp247 void LVScope::addObject(LVAddress LowerAddress, LVAddress UpperAddress) { in addObject() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h34 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) in LVRangeEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp377 LVScope *Scope, LVAddress LowerAddress, in addSectionRange()