search for: llvmdumpvalu

Displaying 1 result from an estimated 1 matches for "llvmdumpvalu".

Did you mean: llvmdumpvalue
2013 May 05
0
[LLVMdev] llvm-c: Types of functions
..."no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } And LLVMDumpValue(testFunc): ; Materializable ; Function Attrs: nounwind ssp uwtable declare void @test() #0 I've tried with various signatures for the test function to no effect, at the moment it just happens to be void test(void);. What am I doing or thinking wrong? It's possible I'm missing som...