Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/MC/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp596 ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable() local
597 if (!LocAfter.empty()) { in encodeInlineLineTable()
599 const MCCVLoc &Loc = LocAfter[0]; in encodeInlineLineTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCCodeView.cpp594 ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1); in encodeInlineLineTable() local
595 if (!LocAfter.empty()) { in encodeInlineLineTable()
597 const MCCVLoc &Loc = LocAfter[0]; in encodeInlineLineTable()