Displaying 2 results from an estimated 2 matches for "_zn3fooc2ev".
Did you mean:
_zn3fooc1ev
2011 Sep 09
3
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
...tcast (%class.Foo* @foo to i8*), i8* bitcast (i8** @__dso_handle to i8*))
ret void
}
define linkonce_odr void @_ZN3FooC1Ev(%class.Foo* %this) unnamed_addr nounwind align 2 {
%1 = alloca %class.Foo*, align 4
store %class.Foo* %this, %class.Foo** %1, align 4
%2 = load %class.Foo** %1
call void @_ZN3FooC2Ev(%class.Foo* %2)
ret void
}
define linkonce_odr void @_ZN3FooD1Ev(%class.Foo* %this) unnamed_addr nounwind align 2 {
%1 = alloca %class.Foo*, align 4
store %class.Foo* %this, %class.Foo** %1, align 4
%2 = load %class.Foo** %1
call void @_ZN3FooD2Ev(%class.Foo* %2)
ret void
}
declare i32 @__c...
2011 Sep 09
0
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
...tcast (i8** @__dso_handle to i8*))
> ret void
> }
>
> define linkonce_odr void @_ZN3FooC1Ev(%class.Foo* %this) unnamed_addr nounwind align 2 {
> %1 = alloca %class.Foo*, align 4
> store %class.Foo* %this, %class.Foo** %1, align 4
> %2 = load %class.Foo** %1
> call void @_ZN3FooC2Ev(%class.Foo* %2)
> ret void
> }
>
> define linkonce_odr void @_ZN3FooD1Ev(%class.Foo* %this) unnamed_addr nounwind align 2 {
> %1 = alloca %class.Foo*, align 4
> store %class.Foo* %this, %class.Foo** %1, align 4
> %2 = load %class.Foo** %1
> call void @_ZN3FooD2Ev(%class...