Searched refs:TTBaseLabel (Results 1 – 4 of 4) sorted by relevance
91 MCSymbol *TTBaseLabel) { in emitTypeInfos() argument112 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
483 MCSymbol *TTBaseLabel = nullptr; in emitExceptionTable() local485 TTBaseLabel = Asm->createTempSymbol("ttbase"); in emitExceptionTable()501 Asm->emitLabelDifferenceAsULEB128(TTBaseLabel, TTBaseRefLabel); in emitExceptionTable()803 emitTypeInfos(TTypeEncoding, TTBaseLabel); in emitExceptionTable()810 void EHStreamer::emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) { in emitTypeInfos() argument831 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
73 void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) override;
140 virtual void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel);