search for: _zn3food1ev

Displaying 2 results from an estimated 2 matches for "_zn3food1ev".

Did you mean: _zn3fooc1ev
2011 Sep 09
3
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
...ing global [1 x %0] [%0 { i32 65535, void ()* @_GLOBAL__I_a }] define internal void @__cxx_global_var_init() nounwind section "__TEXT,__StaticInit,regular,pure_instructions" { call void @_ZN3FooC1Ev(%class.Foo* @foo) %1 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%class.Foo*)* @_ZN3FooD1Ev to void (i8*)*), i8* bitcast (%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 %cla...
2011 Sep 09
0
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
...[%0 { i32 65535, void ()* @_GLOBAL__I_a }] > > define internal void @__cxx_global_var_init() nounwind section "__TEXT,__StaticInit,regular,pure_instructions" { >  call void @_ZN3FooC1Ev(%class.Foo* @foo) >  %1 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%class.Foo*)* @_ZN3FooD1Ev to void (i8*)*), i8* bitcast (%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*...