Home
last modified time | relevance | path

Searched refs:load_command (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp229 sizeof(MachO::load_command)); in writeLoadCommands()
230 BytesWritten = sizeof(MachO::load_command); in writeLoadCommands()
232 writeLoadCommandData<MachO::load_command>(LC, OS, Obj.IsLittleEndian); in writeLoadCommands()
H A DMachOYAML.cpp403 void MappingTraits<MachO::load_command>::mapping( in mapping()
404 IO &IO, MachO::load_command &LoadCommand) {} in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h266 MachO::load_command C; // The command itself.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h85 // Flags for the "cmd" field in llvm::MachO::load_command
513 struct load_command { struct
1014 inline void swapStruct(load_command &lc) { in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h85 // Flags for the "cmd" field in llvm::MachO::load_command
522 struct load_command { struct
1045 inline void swapStruct(load_command &lc) { in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp189 if (auto CmdOrErr = getStructOrErr<MachO::load_command>(Obj, Ptr)) { in getLoadCommandInfo()
205 if (sizeof(MachO::load_command) > Obj.getHeader().sizeofcmds) in getFirstLoadCommandInfo()
216 if (L.Ptr + L.C.cmdsize + sizeof(MachO::load_command) > in getNextLoadCommandInfo()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs613 pub struct load_command { structure names

Completed in 33 milliseconds