Home
last modified time | relevance | path

Searched refs:RebaseOpcode (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h67 struct RebaseOpcode { struct
68 MachO::RebaseOpcode Opcode; argument
96 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h75 struct RebaseOpcode { struct
76 MachO::RebaseOpcode Opcode; argument
101 std::vector<MachOYAML::RebaseOpcode> RebaseOpcodes; argument
146 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::RebaseOpcode) in LLVM_YAML_IS_SEQUENCE_VECTOR()
188 template <> struct MappingTraits<MachOYAML::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
189 static void mapping(IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode); in LLVM_YAML_IS_SEQUENCE_VECTOR()
224 template <> struct ScalarEnumerationTraits<MachO::RebaseOpcode> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
225 static void enumeration(IO &io, MachO::RebaseOpcode &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp146 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping()
147 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument
148 IO.mapRequired("Opcode", RebaseOpcode.Opcode); in mapping()
149 IO.mapRequired("Imm", RebaseOpcode.Imm); in mapping()
150 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp165 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping()
166 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument
167 IO.mapRequired("Opcode", RebaseOpcode.Opcode); in mapping()
168 IO.mapRequired("Imm", RebaseOpcode.Imm); in mapping()
169 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData); in mapping()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp223 MachOYAML::RebaseOpcode RebaseOp; in dumpRebaseOpcodes()
225 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK); in dumpRebaseOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp250 MachOYAML::RebaseOpcode RebaseOp; in dumpRebaseOpcodes()
252 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK); in dumpRebaseOpcodes()
/external/llvm/include/llvm/Support/
DMachO.h235 enum RebaseOpcode { enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h235 enum RebaseOpcode { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h232 enum RebaseOpcode { enum