Searched defs:LowerAddress (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVRange.cpp | 52 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 D | LVLocation.cpp | 517 LVAddress LowerAddress = 0; in calculateCoverage() local
|
H A D | LVScope.cpp | 247 void LVScope::addObject(LVAddress LowerAddress, LVAddress UpperAddress) { in addObject()
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 34 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) in LVRangeEntry()
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | LocationRangesTest.cpp | 62 LVAddress LowerAddress, LVAddress UpperAddress) { in set()
|
H A D | WarningInternalTest.cpp | 193 LVLine *UpperLine, LVAddress LowerAddress, in set()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 377 LVScope *Scope, LVAddress LowerAddress, in addSectionRange() argument
|