Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1314 auto &EndingEntry = Entries[Entry.getEndIndex()]; in calculateRanges() local
1315 End = EndingEntry.isDbgValue() in calculateRanges()
1316 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()
1317 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()