Home
last modified time | relevance | path

Searched refs:swapStruct (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.h963 inline void swapStruct(fat_header &mh) { in swapStruct() function
968 inline void swapStruct(fat_arch &mh) { in swapStruct() function
976 inline void swapStruct(fat_arch_64 &mh) { in swapStruct() function
985 inline void swapStruct(mach_header &mh) { in swapStruct() function
995 inline void swapStruct(mach_header_64 &H) { in swapStruct() function
1006 inline void swapStruct(load_command &lc) { in swapStruct() function
1011 inline void swapStruct(symtab_command &lc) { in swapStruct() function
1020 inline void swapStruct(segment_command_64 &seg) { in swapStruct() function
1033 inline void swapStruct(segment_command &seg) { in swapStruct() function
1046 inline void swapStruct(section_64 &sect) { in swapStruct() function
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h971 inline void swapStruct(fat_header &mh) { in swapStruct() function
976 inline void swapStruct(fat_arch &mh) { in swapStruct() function
984 inline void swapStruct(fat_arch_64 &mh) { in swapStruct() function
993 inline void swapStruct(mach_header &mh) { in swapStruct() function
1003 inline void swapStruct(mach_header_64 &H) { in swapStruct() function
1014 inline void swapStruct(load_command &lc) { in swapStruct() function
1019 inline void swapStruct(symtab_command &lc) { in swapStruct() function
1028 inline void swapStruct(segment_command_64 &seg) { in swapStruct() function
1041 inline void swapStruct(segment_command &seg) { in swapStruct() function
1054 inline void swapStruct(section_64 &sect) { in swapStruct() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h988 inline void swapStruct(fat_header &mh) { in swapStruct() function
993 inline void swapStruct(fat_arch &mh) { in swapStruct() function
1001 inline void swapStruct(fat_arch_64 &mh) { in swapStruct() function
1010 inline void swapStruct(mach_header &mh) { in swapStruct() function
1020 inline void swapStruct(mach_header_64 &H) { in swapStruct() function
1031 inline void swapStruct(load_command &lc) { in swapStruct() function
1036 inline void swapStruct(symtab_command &lc) { in swapStruct() function
1045 inline void swapStruct(segment_command_64 &seg) { in swapStruct() function
1058 inline void swapStruct(segment_command &seg) { in swapStruct() function
1071 inline void swapStruct(section_64 &sect) { in swapStruct() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp89 MachO::swapStruct(Header); in writeHeader()
129 MachO::swapStruct(TempSec); in writeLoadCommandData()
145 MachO::swapStruct(TempSec); in writeLoadCommandData()
190 MachO::swapStruct(tool); in writeLoadCommandData()
224 MachO::swapStruct(Data.LCStruct##_data); \ in writeLoadCommands()
235 MachO::swapStruct(Data.load_command_data); in writeLoadCommands()
384 MachO::swapStruct(ListEntry); in writeNListEntry()
526 swapStruct(header); in writeFatHeader()
549 swapStruct(FatArch); in writeFatArch()
559 swapStruct(FatArch); in writeFatArch()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
DMachOTest.cpp34 swapStruct(*Header); in TEST()
43 swapStruct(LC->load_command_data); in TEST()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2941 inline void swapStruct(struct cfstring64_t &cfs) { in swapStruct() function
2948 inline void swapStruct(struct class64_t &c) { in swapStruct() function
2956 inline void swapStruct(struct class32_t &c) { in swapStruct() function
2964 inline void swapStruct(struct class_ro64_t &cro) { in swapStruct() function
2978 inline void swapStruct(struct class_ro32_t &cro) { in swapStruct() function
2991 inline void swapStruct(struct method_list64_t &ml) { in swapStruct() function
2996 inline void swapStruct(struct method_list32_t &ml) { in swapStruct() function
3001 inline void swapStruct(struct method64_t &m) { in swapStruct() function
3007 inline void swapStruct(struct method32_t &m) { in swapStruct() function
3013 inline void swapStruct(struct protocol_list64_t &pl) { in swapStruct() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp3340 inline void swapStruct(struct cfstring64_t &cfs) { in swapStruct() function
3347 inline void swapStruct(struct class64_t &c) { in swapStruct() function
3355 inline void swapStruct(struct class32_t &c) { in swapStruct() function
3363 inline void swapStruct(struct class_ro64_t &cro) { in swapStruct() function
3377 inline void swapStruct(struct class_ro32_t &cro) { in swapStruct() function
3390 inline void swapStruct(struct method_list64_t &ml) { in swapStruct() function
3395 inline void swapStruct(struct method_list32_t &ml) { in swapStruct() function
3400 inline void swapStruct(struct method64_t &m) { in swapStruct() function
3406 inline void swapStruct(struct method32_t &m) { in swapStruct() function
3412 inline void swapStruct(struct protocol_list64_t &pl) { in swapStruct() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp53 MachO::swapStruct(LC.Data.LCStruct##_data); \
102 MachO::swapStruct(Sec); in extractSections()
177 MachO::swapStruct(BV); in processLoadCommandData()
216 MachO::swapStruct(LC.Data.load_command_data); in dumpLoadCommands()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp167 MachO::swapStruct(NList); in transferSymbol()
255 MachO::swapStruct(Segment); in transferSegmentAndSections()
262 MachO::swapStruct(Sect); in transferSegmentAndSections()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp48 MachO::swapStruct(LC.Data.LCStruct##_data); \
97 MachO::swapStruct(Sec); in extractSections()
189 MachO::swapStruct(LC.Data.load_command_data); in dumpLoadCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachOUtils.cpp182 MachO::swapStruct(NList); in transferSymbol()
272 MachO::swapStruct(Segment); in transferSegmentAndSections()
278 MachO::swapStruct(Sect); in transferSegmentAndSections()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp473 swapStruct(header); in writeFatHeader()
496 swapStruct(FatArch); in writeFatArch()
506 swapStruct(FatArch); in writeFatArch()
/external/llvm/lib/Object/
DMachOUniversal.cpp38 swapStruct(Res); in getUniversalBinaryStruct()
DMachOObjectFile.cpp58 MachO::swapStruct(Cmd); in getStruct()
71 MachO::swapStruct(Cmd); in getStructOrErr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOUniversal.cpp38 swapStruct(Res); in getUniversalBinaryStruct()
DMachOObjectFile.cpp77 MachO::swapStruct(Cmd); in getStruct()
90 MachO::swapStruct(Cmd); in getStructOrErr()