[LLVMdev] struct type parament

Haopeng Liu hyliuhp at gmail.com
Tue Jun 2 11:23:39 PDT 2015


Hi All,

I generated the following code with "clang -flto" command.

void test(struct StruTyName *a) {
     ...
}

Then the type of test function is "void (%struct.StruTyName.100*)" by 
calling function::getFunctionType API.

What's the meaning of number 100?

Best,
Haopeng



More information about the llvm-dev mailing list