[LLVMdev] help

Eli Friedman eli.friedman at gmail.com
Sun Jul 18 10:39:47 PDT 2010


On Sat, Jul 17, 2010 at 6:39 PM, RAJWINDER SINGH
<rajwindersingh85 at gmail.com> wrote:
> Can anyone tell me, In the following instruction
> %"struct.std::locale::facet" = type { i32 (...)**, i32 }
> what does i32 (...)** means?

Pointer to a pointer to a function returning i32 and taking a variable
set of arguments.  In this particular case, though, it's the vtable
pointer.

-Eli



More information about the llvm-dev mailing list