HomeSort by relevance Sort by last modified time
    Searched refs:MachineJumpTable (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 295 struct MachineJumpTable {
305 template <> struct MappingTraits<MachineJumpTable::Entry> {
306 static void mapping(IO &YamlIO, MachineJumpTable::Entry &Entry) {
320 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineJumpTable::Entry)
325 template <> struct MappingTraits<MachineJumpTable> {
326 static void mapping(IO &YamlIO, MachineJumpTable &JT) {
401 MachineJumpTable JumpTableInfo;
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 85 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
394 yaml::MachineJumpTable &YamlJTI,
400 yaml::MachineJumpTable::Entry Entry;
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 128 const yaml::MachineJumpTable &YamlJTI,
612 MachineFunction &MF, const yaml::MachineJumpTable &YamlJTI,

Completed in 91 milliseconds