[LLVMdev] does llvm have some way to get the size of data type

Jeffrey Yasskin jyasskin at google.com
Sat May 8 10:18:50 PDT 2010


Thanks!

On Sat, May 8, 2010 at 10:16 AM, mike-m <mikem.llvm at gmail.com> wrote:
> No anchor naming options that I can find. But I'll keep an eye out for things that may improve anchor readability.
>
> --mike-m
>
> On 2010-05-08, at 12:53 PM, Jeffrey Yasskin wrote:
>
>> mike-m, is there any way to configure doxygen to produce
>> human-readable anchors? They might have avoided the duplication on
>> this thread, since Erick and John could have seen that I was linking
>> to their suggestions.
>>
>> On Fri, May 7, 2010 at 8:47 PM, Jeffrey Yasskin <jyasskin at google.com> wrote:
>>> Try http://llvm.org/doxygen/classllvm_1_1ConstantExpr.html#a2ea738dfa37ea93c71756be89ba8d92
>>> or http://llvm.org/doxygen/classllvm_1_1TargetData.html#64c154a7844026e76e18f792ee4ad4b3
>>>
>>> On Fri, May 7, 2010 at 8:26 PM, Gang.Yao <ttoole9 at gmail.com> wrote:
>>>> Hi:
>>>>
>>>> just like the c function sizeof(). I would avoid the usage of the c
>>>> function call, and expect something like llvm
>>>> intrinsic or some class providing this functionality.
>>>>
>>>> Does someone have experience in this?
>>>> Thanks
>
>



More information about the llvm-dev mailing list