HomeSort by relevance Sort by last modified time
    Searched refs:RebaseOpcode (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 67 struct RebaseOpcode {
68 MachO::RebaseOpcode Opcode;
96 std::vector<MachOYAML::RebaseOpcode> RebaseOpcodes;
140 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::RebaseOpcode)
179 template <> struct MappingTraits<MachOYAML::RebaseOpcode> {
180 static void mapping(IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode);
211 template <> struct ScalarEnumerationTraits<MachO::RebaseOpcode> {
212 static void enumeration(IO &io, MachO::RebaseOpcode &value) {
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 146 void MappingTraits<MachOYAML::RebaseOpcode>::mapping(
147 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) {
148 IO.mapRequired("Opcode", RebaseOpcode.Opcode);
149 IO.mapRequired("Imm", RebaseOpcode.Imm);
150 IO.mapOptional("ExtraData", RebaseOpcode.ExtraData);
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 223 MachOYAML::RebaseOpcode RebaseOp;
225 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK);
  /external/llvm/include/llvm/Support/
MachO.h 235 enum RebaseOpcode {
    [all...]

Completed in 286 milliseconds