search for: lpad10

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

Did you mean: lpad1
2009 Apr 28
3
[LLVMdev] how to resolve llvm exception IR?
...:char_traits<char> >"* @_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc(%"struct.std::basic_ostream<char,std::char_traits<char> >"* @_ZSt4cout, i8* getelementptr ([10 x i8]* @.str, i32 0, i32 0)) 60 to label %bb6 unwind label %lpad10 ; <%"struct.std::basic_ostream<char,std::char_traits<char> >"*> [#uses=0] 61 62 bb6: ; preds = %bb 63 tail call void @__cxa_end_catch() 64 ret i32 0 65 66 lpad: ; preds = %entry 67 %eh...
2009 Apr 28
0
[LLVMdev] how to resolve llvm exception IR?
...;char> >"* > @_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc(%"struct.std::basic_ostream<char,std::char_traits<char> > >"* @_ZSt4cout, i8* getelementptr ([10 x i8]* @.str, i32 0, i32 0)) > 60 to label %bb6 unwind label %lpad10 ... > my question is at line 59 can throw an exception? I don't know if it can really throw an exception or not. Presumably it could run out of memory? But it's not marked as not throwing any exceptions ("nounwind") so LLVM has to assume that it might. If LLVM had access...