Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h22 using LVLineRange = std::pair<LVLine *, LVLine *>; variable
H A DLVScope.h503 LVLineRange lineRange(LVLocation *Location) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp472 LVLineRange Range = getReaderCompileUnit()->lineRange(this); in validateRanges()
H A DLVScope.cpp1270 LVLineRange LVScopeCompileUnit::lineRange(LVLocation *Location) const { in lineRange()
1277 return LVLineRange(LowLine, HighLine); in lineRange()