Searched refs:version_min_command (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachO.h349 MachO::version_min_command
426 getVersionMinMajor(MachO::version_min_command &C, bool SDK) {
432 getVersionMinMinor(MachO::version_min_command &C, bool SDK) {
438 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) {
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp731 LoadCommandsSize += sizeof(MachO::version_min_command);
838 write32(sizeof(MachO::version_min_command));
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp537 void MappingTraits<MachO::version_min_command>::mapping(
538 IO &IO, MachO::version_min_command &LoadCommand) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h576 struct version_min_command { struct in namespace:llvm::MachO
/external/llvm/include/llvm/Support/
H A DMachO.h809 struct version_min_command { struct
812 uint32_t cmdsize; // sizeof(struct version_min_command)
1254 inline void swapStruct(version_min_command&C) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h814 struct version_min_command { struct
817 uint32_t cmdsize; // sizeof(struct version_min_command)
1262 inline void swapStruct(version_min_command&C) {
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp720 MachO::version_min_command VMC = Obj->getVersionMinLoadCommand(Load);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2115 MachO::version_min_command
2117 return getStruct<MachO::version_min_command>(this, L.Ptr);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8208 static void PrintVersionMinLoadCommand(MachO::version_min_command vd) {
8229 if (vd.cmdsize != sizeof(struct MachO::version_min_command))
8945 MachO::version_min_command Vd = Obj->getVersionMinLoadCommand(Command);

Completed in 279 milliseconds