• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/lib/MC/

Lines Matching refs:Label

65                                       const MCSymbol *Label, int PointerSize) {
70 EmitSymbolValue(Label, PointerSize);
240 MCSymbol *Label = getContext().CreateTempSymbol();
241 EmitLabel(Label);
244 MCCFIInstruction Instruction(Label, Dest, Source);
251 MCSymbol *Label = getContext().CreateTempSymbol();
252 EmitLabel(Label);
255 MCCFIInstruction Instruction(Label, Dest, Source);
262 MCSymbol *Label = getContext().CreateTempSymbol();
263 EmitLabel(Label);
266 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source);
273 MCSymbol *Label = getContext().CreateTempSymbol();
274 EmitLabel(Label);
277 MCCFIInstruction Instruction(Label, Dest, Source);
284 MCSymbol *Label = getContext().CreateTempSymbol();
285 EmitLabel(Label);
288 MCCFIInstruction Instruction(Label, Dest, Source);
295 MCSymbol *Label = getContext().CreateTempSymbol();
296 EmitLabel(Label);
299 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source);
321 MCSymbol *Label = getContext().CreateTempSymbol();
322 EmitLabel(Label);
323 MCCFIInstruction Instruction(MCCFIInstruction::RememberState, Label);
331 MCSymbol *Label = getContext().CreateTempSymbol();
332 EmitLabel(Label);
333 MCCFIInstruction Instruction(MCCFIInstruction::RestoreState, Label);
340 MCSymbol *Label = getContext().CreateTempSymbol();
341 EmitLabel(Label);
342 MCCFIInstruction Instruction(MCCFIInstruction::SameValue, Label, Register);
349 MCSymbol *Label = getContext().CreateTempSymbol();
350 EmitLabel(Label);
351 MCCFIInstruction Instruction(MCCFIInstruction::Restore, Label, Register);
358 MCSymbol *Label = getContext().CreateTempSymbol();
359 EmitLabel(Label);
360 MCCFIInstruction Instruction(MCCFIInstruction::Escape, Label, Values);
447 MCSymbol *Label = getContext().CreateTempSymbol();
448 MCWin64EHInstruction Inst(Win64EH::UOP_PushNonVol, Label, Register);
449 EmitLabel(Label);
470 MCSymbol *Label = getContext().CreateTempSymbol();
471 MCWin64EHInstruction Inst(Label, Size);
472 EmitLabel(Label);
481 MCSymbol *Label = getContext().CreateTempSymbol();
484 Label, Register, Offset);
485 EmitLabel(Label);
494 MCSymbol *Label = getContext().CreateTempSymbol();
497 Label, Register, Offset);
498 EmitLabel(Label);
507 MCSymbol *Label = getContext().CreateTempSymbol();
508 MCWin64EHInstruction Inst(Win64EH::UOP_PushMachFrame, Label, Code);
509 EmitLabel(Label);