Lines Matching refs:emitULEB128IntValue
1374 OutStreamer->emitULEB128IntValue(MBBSectionRanges.size()); in emitBBAddrMapSection()
1383 OutStreamer->emitULEB128IntValue(MF.size()); in emitBBAddrMapSection()
1407 OutStreamer->emitULEB128IntValue(MBBSectionNumBlocks[MBB.getSectionID()]); in emitBBAddrMapSection()
1418 OutStreamer->emitULEB128IntValue(MBB.getBBID()->BaseID); in emitBBAddrMapSection()
1427 OutStreamer->emitULEB128IntValue(getBBAddrMapMetadata(MBB)); in emitBBAddrMapSection()
1438 OutStreamer->emitULEB128IntValue( in emitBBAddrMapSection()
1454 OutStreamer->emitULEB128IntValue( in emitBBAddrMapSection()
1460 OutStreamer->emitULEB128IntValue(SuccCount); in emitBBAddrMapSection()
1463 OutStreamer->emitULEB128IntValue(SuccMBB->getBBID()->BaseID); in emitBBAddrMapSection()
1465 OutStreamer->emitULEB128IntValue( in emitBBAddrMapSection()
1532 OutStreamer->emitULEB128IntValue(StackSize); in emitStackSizeSection()
3058 OutStreamer->emitULEB128IntValue(Value, PadTo); in emitULEB128()