Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1561 auto &LSRange = LScope->getRanges(); in validThroughout() local
1562 if (LSRange.size() == 0) in validThroughout()
1565 const MachineInstr *LScopeBegin = LSRange.front().first; in validThroughout()
1605 const MachineInstr *LScopeEnd = LSRange.back().second; in validThroughout()