Lines Matching refs:Instr

1319   void emitCFIInstruction(const MCCFIInstruction &Instr);
1328 void FrameEmitterImpl::emitCFIInstruction(const MCCFIInstruction &Instr) { in emitCFIInstruction() argument
1332 switch (Instr.getOperation()) { in emitCFIInstruction()
1334 unsigned Reg1 = Instr.getRegister(); in emitCFIInstruction()
1335 unsigned Reg2 = Instr.getRegister2(); in emitCFIInstruction()
1354 unsigned Reg = Instr.getRegister(); in emitCFIInstruction()
1362 Instr.getOperation() == MCCFIInstruction::OpAdjustCfaOffset; in emitCFIInstruction()
1367 CFAOffset += Instr.getOffset(); in emitCFIInstruction()
1369 CFAOffset = Instr.getOffset(); in emitCFIInstruction()
1376 unsigned Reg = Instr.getRegister(); in emitCFIInstruction()
1381 CFAOffset = Instr.getOffset(); in emitCFIInstruction()
1387 unsigned Reg = Instr.getRegister(); in emitCFIInstruction()
1397 unsigned Reg = Instr.getRegister(); in emitCFIInstruction()
1402 CFAOffset = Instr.getOffset(); in emitCFIInstruction()
1404 Streamer.emitULEB128IntValue(Instr.getAddressSpace()); in emitCFIInstruction()
1411 Instr.getOperation() == MCCFIInstruction::OpRelOffset; in emitCFIInstruction()
1413 unsigned Reg = Instr.getRegister(); in emitCFIInstruction()
1417 int64_t Offset = Instr.getOffset(); in emitCFIInstruction()
1443 unsigned Reg = Instr.getRegister(); in emitCFIInstruction()
1449 unsigned Reg = Instr.getRegister(); in emitCFIInstruction()
1462 Streamer.emitULEB128IntValue(Instr.getOffset()); in emitCFIInstruction()
1466 Streamer.emitBytes(Instr.getValues()); in emitCFIInstruction()
1469 Streamer.emitLabel(Instr.getCfiLabel(), Instr.getLoc()); in emitCFIInstruction()
1478 for (const MCCFIInstruction &Instr : Instrs) { in emitCFIInstructions() local
1479 MCSymbol *Label = Instr.getLabel(); in emitCFIInstructions()
1487 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym, Instr.getLoc()); in emitCFIInstructions()
1492 emitCFIInstruction(Instr); in emitCFIInstructions()