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.cpp1604 auto &LSRange = LScope->getRanges(); in validThroughout() local
1605 if (LSRange.size() == 0) in validThroughout()
1608 const MachineInstr *LScopeBegin = LSRange.front().first; in validThroughout()
1648 const MachineInstr *LScopeEnd = LSRange.back().second; in validThroughout()