HomeSort by: relevance | last modified time | path
    Searched defs:JumpTableInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 251 MachineJumpTableInfo *JumpTableInfo;
581 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
582 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }
584 /// getOrCreateJumpTableInfo - Get the JumpTableInfo for this function, if it
MIRYamlMapping.h 706 MachineJumpTable JumpTableInfo;
739 if (!YamlIO.outputting() || !MF.JumpTableInfo.Entries.empty())
740 YamlIO.mapOptional("jumpTable", MF.JumpTableInfo, MachineJumpTable());

Completed in 23 milliseconds