Searched refs:RebaseOpcode (Results 1 – 4 of 4) sorted by relevance
67 struct RebaseOpcode { struct68 MachO::RebaseOpcode Opcode; argument96 std::vector<MachOYAML::RebaseOpcode> RebaseOpcodes;140 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::RebaseOpcode) in LLVM_YAML_IS_SEQUENCE_VECTOR()179 template <> struct MappingTraits<MachOYAML::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()180 static void mapping(IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode); in LLVM_YAML_IS_SEQUENCE_VECTOR()211 template <> struct ScalarEnumerationTraits<MachO::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()212 static void enumeration(IO &io, MachO::RebaseOpcode &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
146 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping()147 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument148 IO.mapRequired("Opcode", RebaseOpcode.Opcode); in mapping()149 IO.mapRequired("Imm", RebaseOpcode.Imm); in mapping()150 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData); in mapping()
223 MachOYAML::RebaseOpcode RebaseOp; in dumpRebaseOpcodes()225 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK); in dumpRebaseOpcodes()
235 enum RebaseOpcode { enum