Searched refs:RebaseOpcode (Results 1 – 4 of 4) 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()
174 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping()175 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument176 IO.mapRequired("Opcode", RebaseOpcode.Opcode); in mapping()177 IO.mapRequired("Imm", RebaseOpcode.Imm); in mapping()178 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData); in mapping()
378 MachOYAML::RebaseOpcode RebaseOp; in dumpRebaseOpcodes()380 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK); in dumpRebaseOpcodes()
242 enum RebaseOpcode { enum