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.cpp1378 const MCSymbol *PrevMBBEndSymbol = nullptr; in emitBBAddrMapSection() local
1384 PrevMBBEndSymbol = FunctionSymbol; in emitBBAddrMapSection()
1408 PrevMBBEndSymbol = MBBSymbol; in emitBBAddrMapSection()
1422 emitLabelDifferenceAsULEB128(MBBSymbol, PrevMBBEndSymbol); in emitBBAddrMapSection()
1428 PrevMBBEndSymbol = MBB.getEndSymbol(); in emitBBAddrMapSection()