Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1454 const MCSymbol *PrevMBBEndSymbol = nullptr; in emitBBAddrMapSection() local
1460 PrevMBBEndSymbol = FunctionSymbol; in emitBBAddrMapSection()
1484 PrevMBBEndSymbol = MBBSymbol; in emitBBAddrMapSection()
1497 emitLabelDifferenceAsULEB128(MBBSymbol, PrevMBBEndSymbol); in emitBBAddrMapSection()
1515 PrevMBBEndSymbol = MBB.getEndSymbol(); in emitBBAddrMapSection()