Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1614 auto &LSRange = LScope->getRanges(); in validThroughout() local
1615 if (LSRange.size() == 0) in validThroughout()
1618 const MachineInstr *LScopeBegin = LSRange.front().first; in validThroughout()
1658 const MachineInstr *LScopeEnd = LSRange.back().second; in validThroughout()