search for: 524307

Displaying 6 results from an estimated 6 matches for "524307".

Did you mean: 524302
2010 Sep 29
3
[LLVMdev] Associating types directly with debug metadata?
...;> Would the right starting point be to simply add an MDNode pointer to the Type class? That should be then convertible to a DIType? > > We want to avoid any Type class modification. Instead you can use pair in named metadata to match metadata with type. > > !11 = metadata !{i32 524307, metadata !1, metadata !"T", metadata !1, i32 2, i64 32, i64 32, i64 0, i32 0, null, metadata !12, i32 0, null} ; [ DW_TAG_structure_type ] > > !21 = metadata !{ metadata !11, %struct.T %z} > > !llvm.my_special_type_info = !{!21} Ok, that approach should work. Though we w...
2010 Sep 30
0
[LLVMdev] Associating types directly with debug metadata?
...right starting point be to simply add an MDNode pointer to the Type class? That should be then convertible to a DIType? >> >> We want to avoid any Type class modification. Instead you can use pair in named metadata to match metadata with type. >> >> !11 = metadata !{i32 524307, metadata !1, metadata !"T", metadata !1, i32 2, i64 32, i64 32, i64 0, i32 0, null, metadata !12, i32 0, null} ; [ DW_TAG_structure_type ] >> >> !21 = metadata !{ metadata !11, %struct.T %z} >> >> !llvm.my_special_type_info = !{!21} > > Ok, that approach...
2010 Sep 29
3
[LLVMdev] Associating types directly with debug metadata?
...uot;, metadata !"clang version 2.9 ($URL$)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ] !5 = metadata !{i32 524324, metadata !1, metadata !"int", metadata !1, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ] !11 = metadata !{i32 524307, metadata !1, metadata !"T", metadata !1, i32 2, i64 32, i64 32, i64 0, i32 0, null, metadata !12, i32 0, null} ; [ DW_TAG_structure_type ] !12 = metadata !{metadata !13} !13 = metadata !{i32 524301, metadata !1, metadata !"a", metadata !1, i32 2, i64 32, i64 32, i64 0, i32 0, m...
2010 Sep 29
0
[LLVMdev] Associating types directly with debug metadata?
...f this association. > Would the right starting point be to simply add an MDNode pointer to the Type class? That should be then convertible to a DIType? We want to avoid any Type class modification. Instead you can use pair in named metadata to match metadata with type. !11 = metadata !{i32 524307, metadata !1, metadata !"T", metadata !1, i32 2, i64 32, i64 32, i64 0, i32 0, null, metadata !12, i32 0, null} ; [ DW_TAG_structure_type ] !21 = metadata !{ metadata !11, %struct.T %z} !llvm.my_special_type_info = !{!21} > > The next step apparently would be to support to LLPa...
2008 Apr 21
1
Microsoft ADPCM Audio CODEC
Greetings, I'm trying to run Microsoft 3D Movie Maker. An older Win95 series game. I followed the error message to Microsoft itself at: http://support.microsoft.com/kb/149823 Need to know how to get this Codec Installed into Wine, so I can run this Old Game. Plus, I'm not a full expert at Linux, so if a solution is found, a bit of guidance of the installation process would be greatly
2010 Sep 30
3
[LLVMdev] Associating types directly with debug metadata?
...oint be to simply add an MDNode pointer to the Type class? That should be then convertible to a DIType? >>> >>> We want to avoid any Type class modification. Instead you can use pair in named metadata to match metadata with type. >>> >>> !11 = metadata !{i32 524307, metadata !1, metadata !"T", metadata !1, i32 2, i64 32, i64 32, i64 0, i32 0, null, metadata !12, i32 0, null} ; [ DW_TAG_structure_type ] >>> >>> !21 = metadata !{ metadata !11, %struct.T %z} >>> >>> !llvm.my_special_type_info = !{!21} >> &g...