HomeSort by: relevance | last modified time | path
    Searched refs:MachineJumpTable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 540 struct MachineJumpTable {
553 bool operator==(const MachineJumpTable &Other) const {
558 template <> struct MappingTraits<MachineJumpTable::Entry> {
559 static void mapping(IO &YamlIO, MachineJumpTable::Entry &Entry) {
574 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineJumpTable::Entry)
579 template <> struct MappingTraits<MachineJumpTable> {
580 static void mapping(IO &YamlIO, MachineJumpTable &JT) {
583 std::vector<MachineJumpTable::Entry>());
706 MachineJumpTable JumpTableInfo;
740 YamlIO.mapOptional("jumpTable", MF.JumpTableInfo, MachineJumpTable());
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 131 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
551 yaml::MachineJumpTable &YamlJTI,
557 yaml::MachineJumpTable::Entry Entry;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 144 const yaml::MachineJumpTable &YamlJTI);
894 const yaml::MachineJumpTable &YamlJTI) {

Completed in 17 milliseconds