Displaying 2 results from an estimated 2 matches for "ex_typ".
Did you mean:
ex_type
2010 Jan 21
4
[LLVMdev] Exception handling question
...= alloca %33* ; <%33**> [#uses=2]
%this = alloca %6* ; <%6**> [#uses=1]
%.ex_value = alloca i8* ; <i8**> [#uses=1]
%.ex_value_l = alloca i8* ; <i8**> [#uses=0]
%.ex_type = alloca i64 ; <i64*> [#uses=1]
br label %4
; <label>:4 ; preds = %entry
store %6* %0, %6** %this
store %4* %1, %4** %err
store i32 %2, i32* %count
store %33* %3, %33** %e
br label %.try_body
.try_body:...
2010 Jan 21
0
[LLVMdev] Exception handling question
...; <%33**> [#uses=2]
> %this = alloca %6* ; <%6**> [#uses=1]
> %.ex_value = alloca i8* ; <i8**> [#uses=1]
> %.ex_value_l = alloca i8* ; <i8**> [#uses=0]
> %.ex_type = alloca i64 ; <i64*> [#uses=1]
> br label %4
>
> ; <label>:4 ; preds = %entry
> store %6* %0, %6** %this
> store %4* %1, %4** %err
> store i32 %2, i32* %count
> store %33* %3, %33** %e
>...