Home
last modified time | relevance | path

Searched refs:YamlJTI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp120 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
600 yaml::MachineJumpTable &YamlJTI, in convert() argument
602 YamlJTI.Kind = JTI.getEntryKind(); in convert()
614 YamlJTI.Entries.push_back(Entry); in convert()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp155 const yaml::MachineJumpTable &YamlJTI);
1011 const yaml::MachineJumpTable &YamlJTI) { in initializeJumpTableInfo() argument
1012 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
1013 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()