Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCCodeView.cpp366 ArrayRef<MCCVLineEntry> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable() local
367 if (!LocAfter.empty()) { in encodeInlineLineTable()
369 const MCCVLineEntry &Loc = LocAfter[0]; in encodeInlineLineTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp588 ArrayRef<MCCVLineEntry> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable() local
589 if (!LocAfter.empty()) { in encodeInlineLineTable()
591 const MCCVLineEntry &Loc = LocAfter[0]; in encodeInlineLineTable()