Displaying 3 results from an estimated 3 matches for "r146665".
2011 Dec 15
0
[LLVMdev] LLVM 2.9 metadata
...tual
> i32 ;; Index into a virtual function
> metadata, ;; indicates which base type contains the vtable pointer for the
> ;; derived class
If you're wondering about this field then it is unused in 'c' style functions so it does not matter. I fixed it in r146665.
Thanks!
-
Devang
> i1 ;; isArtificial
> i1 ;; isOptimized
> Function *;; Pointer to LLVM function
>
> }
>
> When I use clang 2.9 and emit-llvm code metadata generated for a routine foo is:
>
> !0 = metadata !{i32 589870, i32 0, metadata !1, metad...
2011 Dec 16
2
[LLVMdev] LLVM 2.9 metadata
...;; Index into a virtual function
> metadata, ;; indicates which base type contains the vtable pointer for the
> ;; derived class
>
>
> If you're wondering about this field then it is unused in 'c' style
> functions so it does not matter. I fixed it in r146665.
> Thanks!
> -
> Devang
>
> i1 ;; isArtificial
> i1 ;; isOptimized
> Function *;; Pointer to LLVM function
>
> }
>
> When I use clang 2.9 and emit-llvm code metadata generated for a routine foo is:
>
> !0 = metadata !{i32 589870, i32 0, met...
2011 Dec 15
2
[LLVMdev] LLVM 2.9 metadata
Hi all,
In LLVM documentation about source level debugging
(http://www.llvm.org/releases/2.9/docs/SourceLevelDebugging.html)
Subprogram descriptor is defined as:
!2 = metadata !{
i32, ;; Tag = 46 + LLVMDebugVersion
<http://www.llvm.org/releases/2.9/docs/SourceLevelDebugging.html#LLVMDebugVersion>
;; (DW_TAG_subprogram)
i32, ;; Unused field.
metadata, ;;