Lines Matching refs:JumpTable
3592 for (const auto &JumpTable : FI.JumpTables) { in emitDebugInfoForJumpTables() local
3593 for (const auto &CaseSym : JumpTable.Cases) { in emitDebugInfoForJumpTables()
3604 for (const auto &JumpTable : FI.JumpTables) { in emitDebugInfoForJumpTables() local
3606 if (JumpTable.Base) { in emitDebugInfoForJumpTables()
3608 OS.emitCOFFSecRel32(JumpTable.Base, JumpTable.BaseOffset); in emitDebugInfoForJumpTables()
3610 OS.emitCOFFSectionIndex(JumpTable.Base); in emitDebugInfoForJumpTables()
3618 OS.emitInt16(static_cast<uint16_t>(JumpTable.EntrySize)); in emitDebugInfoForJumpTables()
3620 OS.emitCOFFSecRel32(JumpTable.Branch, /*Offset=*/0); in emitDebugInfoForJumpTables()
3622 OS.emitCOFFSecRel32(JumpTable.Table, /*Offset=*/0); in emitDebugInfoForJumpTables()
3624 OS.emitCOFFSectionIndex(JumpTable.Branch); in emitDebugInfoForJumpTables()
3626 OS.emitCOFFSectionIndex(JumpTable.Table); in emitDebugInfoForJumpTables()
3628 OS.emitInt32(JumpTable.TableSize); in emitDebugInfoForJumpTables()