Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1399 auto &EndingEntry = Entries[Entry.getEndIndex()]; in calculateRanges() local
1400 End = EndingEntry.isDbgValue() in calculateRanges()
1401 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()
1402 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()