Displaying 1 result from an estimated 1 matches for "addr_004dda18".
2008 Mar 26
2
[LLVMdev] Wrong calling convention?
...y. This is the llvm code:
define internal i1 @Addr_045442A0() {
alloca [8 x i8], align 4 ; <[8 x i8]*>:1 [#uses=2]
alloca i1, align 4 ; <i1*>:2 [#uses=2]
tail call void @F95478DA5_FFI_FN( [8 x i8]* %1 sret )
bitcast [8 x i8]* %1 to i8* ; <i8*>:3 [#uses=1]
tail call void @Addr_004DDA18( i8* inttoptr (i32 14545104 to i8*), i8* %3 )
store i1 true, i1* %2
load i1* %2 ; <i1>:4 [#uses=1]
ret i1 %4
}
It is a function that just calls the above mentioned C++ static method,
calls another external function which is known to be "safe" (as it does
nothing and is called t...