Searched refs:TTBaseLabel (Results 1 – 4 of 4) sorted by relevance
91 MCSymbol *TTBaseLabel) { in emitTypeInfos() argument112 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
481 MCSymbol *TTBaseLabel = nullptr; in emitExceptionTable() local483 TTBaseLabel = Asm->createTempSymbol("ttbase"); in emitExceptionTable()499 Asm->emitLabelDifferenceAsULEB128(TTBaseLabel, TTBaseRefLabel); in emitExceptionTable()801 emitTypeInfos(TTypeEncoding, TTBaseLabel); in emitExceptionTable()808 void EHStreamer::emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) { in emitTypeInfos() argument829 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
73 void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) override;
140 virtual void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel);