Searched refs:RebaseOpcode (Results 1 – 4 of 4) sorted by relevance
91 struct RebaseOpcode { struct92 MachO::RebaseOpcode Opcode; argument117 std::vector<MachOYAML::RebaseOpcode> RebaseOpcodes; argument166 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::RebaseOpcode) in LLVM_YAML_IS_SEQUENCE_VECTOR()208 template <> struct MappingTraits<MachOYAML::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()209 static void mapping(IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode); in LLVM_YAML_IS_SEQUENCE_VECTOR()249 template <> struct ScalarEnumerationTraits<MachO::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()250 static void enumeration(IO &io, MachO::RebaseOpcode &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
171 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping()172 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument173 IO.mapRequired("Opcode", RebaseOpcode.Opcode); in mapping()174 IO.mapRequired("Imm", RebaseOpcode.Imm); in mapping()175 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData); in mapping()
375 MachOYAML::RebaseOpcode RebaseOp; in dumpRebaseOpcodes()377 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK); in dumpRebaseOpcodes()
237 enum RebaseOpcode { enum