Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp128 const yaml::MachineJumpTable &YamlJTI);
640 const yaml::MachineJumpTable &YamlJTI) { in initializeJumpTableInfo() argument
641 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
642 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp87 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
407 yaml::MachineJumpTable &YamlJTI, in convert() argument
409 YamlJTI.Kind = JTI.getEntryKind(); in convert()
422 YamlJTI.Entries.push_back(Entry); in convert()