Searched refs:S_64 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-sibcall.ll | 9 %S_64 = type { [15 x i32], i32 } 14 define void @callee_64_copy([8 x i64] %a, %S_64* %b) #0 { ret void } 26 define void @caller_64_reorder_copy(%S_64* %b, [8 x i64] %a) #1 { 27 tail call void @callee_64_copy([8 x i64] %a, %S_64* %b)
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ppc64-sibcall.ll | 10 %S_64 = type { [15 x i32], i32 } 15 define void @callee_64_copy([8 x i64] %a, %S_64* %b) #0 { ret void } 27 define void @caller_64_reorder_copy(%S_64* %b, [8 x i64] %a) #1 { 28 tail call void @callee_64_copy([8 x i64] %a, %S_64* %b)
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8912 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands() local 8913 PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size, in PrintLoadCommands() 8914 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc, in PrintLoadCommands() 8915 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 10113 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands() local 10114 PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size, in PrintLoadCommands() 10115 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc, in PrintLoadCommands() 10116 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()
|