search for: typeinfo4

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

Did you mean: typeinfo
2012 Dec 13
2
[LLVMdev] Fwd: error while linking modules with exception handling demo code
...https://llvm.org/svn/llvm-project/llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp ; ModuleID = 'ExecutableCodeModule' @typeInfo0 = constant { i32 } zeroinitializer @typeInfo1 = constant { i32 } { i32 1 } @typeInfo2 = constant { i32 } { i32 2 } @typeInfo3 = constant { i32 } { i32 3 } @typeInfo4 = constant { i32 } { i32 4 } @typeInfo5 = constant { i32 } { i32 5 } @typeInfo6 = constant { i32 } { i32 6 } declare void @print32Int(i32, i8*) declare void @print64Int(i64, i8*) declare void @printStr(i8*) declare void @throwCppException(i32) declare void @deleteOurException(i8*) declare i8*...
2013 Mar 17
0
[LLVMdev] LLVM ERROR: Program used external function 'X.foo' which could not be resolved!
Hi, I have this module: ; ModuleID = './executableModule' @typeInfo0 = constant { i32 } zeroinitializer @typeInfo1 = constant { i32 } { i32 1 } @typeInfo2 = constant { i32 } { i32 2 } @typeInfo3 = constant { i32 } { i32 3 } @typeInfo4 = constant { i32 } { i32 4 } @typeInfo5 = constant { i32 } { i32 5 } @typeInfo6 = constant { i32 } { i32 6 } declare void @print32Int(i32, i8*) declare void @print64Int(i64, i8*) declare void @printStr(i8*) declare void @throwCppException(i32) declare void @deleteOurException(i8*) declare i8*...