Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h98 struct BindOpcode { struct
99 MachO::BindOpcode Opcode; argument
100 uint8_t Imm;
101 std::vector<yaml::Hex64> ULEBExtraData;
125 std::vector<MachOYAML::BindOpcode> BindOpcodes; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp183 IO &IO, MachOYAML::BindOpcode &BindOpcode) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h275 enum BindOpcode { enum