Searched refs:TTBaseLabel (Results 1 – 4 of 4) sorted by relevance
91 MCSymbol *TTBaseLabel) { in emitTypeInfos() argument112 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
482 MCSymbol *TTBaseLabel = nullptr; in emitExceptionTable() local484 TTBaseLabel = Asm->createTempSymbol("ttbase"); in emitExceptionTable()500 Asm->emitLabelDifferenceAsULEB128(TTBaseLabel, TTBaseRefLabel); in emitExceptionTable()802 emitTypeInfos(TTypeEncoding, TTBaseLabel); in emitExceptionTable()809 void EHStreamer::emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) { in emitTypeInfos() argument830 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
73 void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) override;
140 virtual void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel);