Searched refs:YamlJTI (Results 1 – 2 of 2) sorted by relevance
128 const yaml::MachineJumpTable &YamlJTI);640 const yaml::MachineJumpTable &YamlJTI) { in initializeJumpTableInfo() argument641 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()642 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()
87 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,407 yaml::MachineJumpTable &YamlJTI, in convert() argument409 YamlJTI.Kind = JTI.getEntryKind(); in convert()422 YamlJTI.Entries.push_back(Entry); in convert()