Searched refs:RebaseOpcode (Results 1 – 3 of 3) sorted by relevance
92 struct RebaseOpcode { struct93 MachO::RebaseOpcode Opcode; argument124 std::vector<MachOYAML::RebaseOpcode> RebaseOpcodes;175 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::RebaseOpcode) in LLVM_YAML_IS_SEQUENCE_VECTOR()218 template <> struct MappingTraits<MachOYAML::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()219 static void mapping(IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode); in LLVM_YAML_IS_SEQUENCE_VECTOR()263 template <> struct ScalarEnumerationTraits<MachO::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()264 static void enumeration(IO &io, MachO::RebaseOpcode &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
175 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping()176 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument177 IO.mapRequired("Opcode", RebaseOpcode.Opcode); in mapping()178 IO.mapRequired("Imm", RebaseOpcode.Imm); in mapping()179 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData); in mapping()
242 enum RebaseOpcode { enum