Searched refs:BaseLabel (Results 1 – 6 of 6) sorted by relevance
17 class TestBaseLabel(base_label.BaseLabel):26 class TestBaseLabels(base_label.BaseLabel):
40 class BaseLabel(object): class124 class StringLabel(BaseLabel):
185 class ChameleonLabel(base_label.BaseLabel):227 class AudioLoopbackDongleLabel(base_label.BaseLabel):
1025 MCSymbol *BaseLabel);1161 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument1168 if (BaseLabel && Label) { in EmitCFIInstructions()1170 if (ThisSym != BaseLabel) { in EmitCFIInstructions()1171 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()1172 BaseLabel = ThisSym; in EmitCFIInstructions()
1319 MCSymbol *BaseLabel);1462 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument1469 if (BaseLabel && Label) { in EmitCFIInstructions()1471 if (ThisSym != BaseLabel) { in EmitCFIInstructions()1472 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()1473 BaseLabel = ThisSym; in EmitCFIInstructions()
1366 MCSymbol *BaseLabel);1509 MCSymbol *BaseLabel) { in emitCFIInstructions() argument1516 if (BaseLabel && Label) { in emitCFIInstructions()1518 if (ThisSym != BaseLabel) { in emitCFIInstructions()1519 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in emitCFIInstructions()1520 BaseLabel = ThisSym; in emitCFIInstructions()