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

/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp398 void MappingTraits<MachO::routines_command_64>::mapping(
399 IO &IO, MachO::routines_command_64 &LoadCommand) {
/external/llvm/include/llvm/Object/
H A DMachO.h379 MachO::routines_command_64
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h443 struct routines_command_64 { struct in namespace:llvm::MachO
/external/llvm/include/llvm/Support/
H A DMachO.h656 struct routines_command_64 { struct
1131 inline void swapStruct(routines_command_64 &r) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h658 struct routines_command_64 { struct
1139 inline void swapStruct(routines_command_64 &r) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2190 MachO::routines_command_64
2192 return getStruct<MachO::routines_command_64>(this, L.Ptr);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8441 static void PrintRoutinesCommand64(MachO::routines_command_64 r) {
8444 if (r.cmdsize != sizeof(struct MachO::routines_command_64))
8981 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command);

Completed in 213 milliseconds