Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDMachOYAML.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-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOYAML.cpp183 IO &IO, MachOYAML::BindOpcode &BindOpcode) { in mapping()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h275 enum BindOpcode { enum