Home
last modified time | relevance | path

Searched defs:RebaseOpcode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h92 struct RebaseOpcode { struct
93 MachO::RebaseOpcode Opcode; argument
94 uint8_t Imm;
95 std::vector<yaml::Hex64> ExtraData;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp175 void MappingTraits<MachOYAML::RebaseOpcode>::mapping( in mapping() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h242 enum RebaseOpcode { enum