Displaying 2 results from an estimated 2 matches for "_zn3food2ev".
Did you mean:
_zn3fooc2ev
2011 Sep 09
3
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
...lign 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 @__cxa_atexit(void (i8*)*, i8*, i8*)
define linkonce_odr void @_ZN3FooD2Ev(%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
%3 = call i32 (i8*...
2011 Sep 09
0
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
...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 @__cxa_atexit(void (i8*)*, i8*, i8*)
>
> define linkonce_odr void @_ZN3FooD2Ev(%class.Foo* %this) unnamed_addr nounwind align 2 {
> %1 = alloca %class.Foo*, align 4
> store %class.Foo* %this, %class.Foo** %1, align 4
> %2...