Searched defs:LowerAddress (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 34 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) in LVRangeEntry()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 348 addSectionRange(LVSectionIndex SectionIndex,LVScope * Scope,LVAddress LowerAddress,LVAddress UpperAddress) addSectionRange() argument
|