Home
last modified time | relevance | path

Searched refs:fvmlib_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.def23 HANDLE_LOAD_COMMAND(LC_LOADFVMLIB, 0x00000006u, fvmlib_command)
25 HANDLE_LOAD_COMMAND(LC_IDFVMLIB, 0x00000007u, fvmlib_command)
91 LOAD_COMMAND_STRUCT(fvmlib_command)
H A DMachO.h590 struct fvmlib_command { struct
1371 inline void swapStruct(fvmlib_command &C) { in swapStruct()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp371 void MappingTraits<MachO::fvmlib_command>::mapping( in mapping()
372 IO &IO, MachO::fvmlib_command &LoadCommand) { in mapping()