Searched refs:YamlJTI (Results 1 – 2 of 2) sorted by relevance
120 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,600 yaml::MachineJumpTable &YamlJTI, in convert() argument602 YamlJTI.Kind = JTI.getEntryKind(); in convert()614 YamlJTI.Entries.push_back(Entry); in convert()
155 const yaml::MachineJumpTable &YamlJTI);1011 const yaml::MachineJumpTable &YamlJTI) { in initializeJumpTableInfo() argument1012 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()1013 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()