Searched refs:YamlJTI (Results 1 – 2 of 2) sorted by relevance
128 const yaml::MachineJumpTable &YamlJTI,612 MachineFunction &MF, const yaml::MachineJumpTable &YamlJTI, in initializeJumpTableInfo() argument614 MachineJumpTableInfo *JTI = MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()615 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()
85 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,394 yaml::MachineJumpTable &YamlJTI, in convert() argument396 YamlJTI.Kind = JTI.getEntryKind(); in convert()409 YamlJTI.Entries.push_back(Entry); in convert()