search for: strutyname

Displaying 3 results from an estimated 3 matches for "strutyname".

Did you mean: structname
2015 Jun 02
2
[LLVMdev] struct type parament
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
2015 Jun 02
2
[LLVMdev] struct type parament
...Entry->getValue()); > } > > > — > Mehdi > >> On Jun 2, 2015, at 11:23 AM, Haopeng Liu <hyliuhp at gmail.com> wrote: >> >> 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 >> ______________________...
2015 Jun 02
2
[LLVMdev] struct type parament
...;>> >>>> On Jun 2, 2015, at 11:23 AM, Haopeng Liu <hyliuhp at gmail.com> wrote: >>>> >>>> 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? >>>> >&gt...