HomeSort by relevance Sort by last modified time
    Searched defs:JumpTableInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 109 MachineJumpTableInfo *JumpTableInfo;
216 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
217 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }
219 /// getOrCreateJumpTableInfo - Get the JumpTableInfo for this function, if it
MIRYamlMapping.h 401 MachineJumpTable JumpTableInfo;
421 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
422 YamlIO.mapOptional("jumpTable", MF.JumpTableInfo);

Completed in 104 milliseconds