search for: llvc0

Displaying 3 results from an estimated 3 matches for "llvc0".

Did you mean: llvc
2006 Oct 25
2
[LLVMdev] Some basic questions about LLVM version 1.8 bytecode format
...es in the constants module would be appreciated.<br> <br> Here's the bytecode file I'm looking at (annotated). Interesting bits are marked with five question marks:<br> <br> <font face="Courier New, Courier, monospace" size="-1">Signature = llvc0<br> 00000000 6c 6c 76 63 30<br> <br> Module block ID = 0x01 and size = 0x0a3<br> 01 00 00 00 a3 00 00 00<br> <br> Format information<br> 50 = 01010000<br> ^ Target is little endian<br> ^- Target pointers are 32-bit&l...
2006 Oct 26
0
[LLVMdev] Some basic questions about LLVM version 1.8 bytecode format
...e constants module would be > appreciated. Have you used llvm-bcanalyzer to read your bytecode files? It might help you with your analysis. > > Here's the bytecode file I'm looking at (annotated). Interesting bits > are marked with five question marks: > > Signature = llvc0 > 00000000 6c 6c 76 63 30 > > Module block ID = 0x01 and size = 0x0a3 > 01 00 00 00 a3 00 00 00 > > Format information > 50 = 01010000 > ^ Target is little endian > ^- Target pointers are 32-bit > ^-- Target has endianess >...
2006 Nov 16
0
[LLVMdev] Question about functions/bytecodes: external linkage
...ret int 0<br> }<br> <br> declare int %printf(sbyte*, ...)<br> <br> And here is the bytecode for it:<br> <br> <font face="Courier New, Courier, monospace" size="-1">00000000 6c 6c 76 63 30 01 00 00 00 a3 00 00 00 50 86 02 |llvc0........P..|<br> 00000010 00 00 07 10 0e 0f 03 12 10 10 0d 07 00 10 13 10 |................|<br> 00000020 03 0d 07 02 12 00 c5 03 00 00 af 03 01 00 e1 03 |................|<br> 00000030 b1 04 00 00 11 69 36 38 36 2d 70 63 2d 6c 69 6e |.....i686-pc-lin|<br> 00000040...