Lines Matching defs:Label

507   MCSymbol *Label = emitCFILabel();
509 MCCFIInstruction::cfiDefCfa(Label, Register, Offset, Loc);
518 MCSymbol *Label = emitCFILabel();
520 MCCFIInstruction::cfiDefCfaOffset(Label, Offset);
528 MCSymbol *Label = emitCFILabel();
530 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment, Loc);
538 MCSymbol *Label = emitCFILabel();
540 MCCFIInstruction::createDefCfaRegister(Label, Register, Loc);
550 MCSymbol *Label = emitCFILabel();
552 Label, Register, Offset, AddressSpace, Loc);
561 MCSymbol *Label = emitCFILabel();
563 MCCFIInstruction::createOffset(Label, Register, Offset, Loc);
571 MCSymbol *Label = emitCFILabel();
573 MCCFIInstruction::createRelOffset(Label, Register, Offset, Loc);
598 MCSymbol *Label = emitCFILabel();
600 MCCFIInstruction::createRememberState(Label, Loc);
609 MCSymbol *Label = emitCFILabel();
611 MCCFIInstruction::createRestoreState(Label, Loc);
619 MCSymbol *Label = emitCFILabel();
621 MCCFIInstruction::createSameValue(Label, Register, Loc);
629 MCSymbol *Label = emitCFILabel();
631 MCCFIInstruction::createRestore(Label, Register, Loc);
639 MCSymbol *Label = emitCFILabel();
641 MCCFIInstruction::createEscape(Label, Values, Loc, "");
649 MCSymbol *Label = emitCFILabel();
651 MCCFIInstruction::createGnuArgsSize(Label, Size, Loc);
666 MCSymbol *Label = emitCFILabel();
668 MCCFIInstruction::createUndefined(Label, Register, Loc);
677 MCSymbol *Label = emitCFILabel();
679 MCCFIInstruction::createRegister(Label, Register1, Register2, Loc);
687 MCSymbol *Label = emitCFILabel();
688 MCCFIInstruction Instruction = MCCFIInstruction::createWindowSave(Label, Loc);
696 MCSymbol *Label = emitCFILabel();
698 MCCFIInstruction::createNegateRAState(Label, Loc);
706 MCSymbol *Label = emitCFILabel();
708 MCCFIInstruction::createNegateRAStateWithPC(Label, Loc);
723 MCSymbol *Label = emitCFILabel();
726 F->Instructions.push_back(MCCFIInstruction::createLabel(Label, Sym, Loc));
730 MCSymbol *Label = emitCFILabel();
732 MCCFIInstruction::createValOffset(Label, Register, Offset, Loc);
779 MCSymbol *Label = emitCFILabel();
780 CurFrame->End = Label;
797 MCSymbol *Label = emitCFILabel();
798 CurFrame->FuncletOrFuncEnd = Label;
822 MCSymbol *Label = emitCFILabel();
824 CurFrame->End = Label;
914 MCSymbol *Label = emitCFILabel();
917 Label, encodeSEHRegNum(Context, Register));
935 MCSymbol *Label = emitCFILabel();
938 Label, encodeSEHRegNum(getContext(), Register), Offset);
954 MCSymbol *Label = emitCFILabel();
956 WinEH::Instruction Inst = Win64EH::Instruction::Alloc(Label, Size);
970 MCSymbol *Label = emitCFILabel();
973 Label, encodeSEHRegNum(Context, Register), Offset);
985 MCSymbol *Label = emitCFILabel();
988 Label, encodeSEHRegNum(Context, Register), Offset);
1000 MCSymbol *Label = emitCFILabel();
1002 WinEH::Instruction Inst = Win64EH::Instruction::PushMachFrame(Label, Code);
1011 MCSymbol *Label = emitCFILabel();
1013 CurFrame->PrologEnd = Label;