Home
last modified time | relevance | path

Searched refs:fileset_entry_command (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.def79 HANDLE_LOAD_COMMAND(LC_FILESET_ENTRY, 0x80000035u, fileset_entry_command)
119 LOAD_COMMAND_STRUCT(fileset_entry_command)
H A DMachO.h899 struct fileset_entry_command { struct
1431 inline void swapStruct(fileset_entry_command &C) { in swapStruct()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp159 fileset_entry_command entry; in ParseFileset()
160 data.CopyData(load_cmd_offset, sizeof(fileset_entry_command), &entry); in ParseFileset()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp627 void MappingTraits<MachO::fileset_entry_command>::mapping( in mapping()
628 IO &IO, MachO::fileset_entry_command &LoadCommand) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h701 MachO::fileset_entry_command
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1964 MachO::fileset_entry_command Entry = in dumpSymbolsNameFromMachOFilesetEntry()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4771 MachO::fileset_entry_command
4773 return getStruct<MachO::fileset_entry_command>(*this, L.Ptr); in getFilesetEntryLoadCommand()