Searched refs:RebaseOpcode (Results 1 – 4 of 4) sorted by relevance
91 struct RebaseOpcode { struct92 MachO::RebaseOpcode Opcode; argument117 std::vector<MachOYAML::RebaseOpcode> RebaseOpcodes; argument163 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::RebaseOpcode) in LLVM_YAML_IS_SEQUENCE_VECTOR()205 template <> struct MappingTraits<MachOYAML::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()206 static void mapping(IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode); in LLVM_YAML_IS_SEQUENCE_VECTOR()246 template <> struct ScalarEnumerationTraits<MachO::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()247 static void enumeration(IO &io, MachO::RebaseOpcode &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
166 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping()167 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument168 IO.mapRequired("Opcode", RebaseOpcode.Opcode); in mapping()169 IO.mapRequired("Imm", RebaseOpcode.Imm); in mapping()170 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData); in mapping()
350 MachOYAML::RebaseOpcode RebaseOp; in dumpRebaseOpcodes()352 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK); in dumpRebaseOpcodes()
237 enum RebaseOpcode { enum