HomeSort by relevance Sort by last modified time
    Searched refs:MCWin64EHInstruction (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCWin64EH.h 27 class MCWin64EHInstruction {
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg)
40 MCWin64EHInstruction(MCSymbol *L, unsigned Size)
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
79 std::vector<MCWin64EHInstruction> Instructions;
  /external/llvm/lib/MC/
MCWin64EH.cpp 23 static uint8_t CountOfUnwindCodes(std::vector<MCWin64EHInstruction> &instArray){
25 for (std::vector<MCWin64EHInstruction>::const_iterator I = instArray.begin(),
66 MCWin64EHInstruction &inst) {
173 MCWin64EHInstruction &frameInst = info->Instructions[info->LastFrameInst];
183 MCWin64EHInstruction inst = info->Instructions.back();
MCStreamer.cpp 530 MCWin64EHInstruction Inst(Win64EH::UOP_PushNonVol, Label, Register);
542 MCWin64EHInstruction Inst(Win64EH::UOP_SetFPReg, NULL, Register, Offset);
553 MCWin64EHInstruction Inst(Label, Size);
564 MCWin64EHInstruction Inst(
577 MCWin64EHInstruction Inst(
590 MCWin64EHInstruction Inst(Win64EH::UOP_PushMachFrame, Label, Code);

Completed in 16 milliseconds