search for: _kind

Displaying 2 results from an estimated 2 matches for "_kind".

Did you mean: kind
2009 Oct 21
1
[LLVMdev] A few more questions about DIFactory and source-level debugging.
...bug such variables? 4) There seems to be something weird going on with DW_TAG_inheritance: When I print out the type in the debugger I see <> symbols: 2 = { <> = { <> = { __tib = 0x0 }, members of tart.reflect.Member: _name = 0x0, _fullName = 0x0, _kind = 0, .. etc ... I'd like to see an example of DW_TAG_inheritance in the doc. 5) I can't seem to get the structure offsets to work. Here's what my generated IR for a struct member looks like (reformatted somewhat): @llvm.dbg.derivedtype104 = internal constant %llvm.dbg.derivedtyp...
2014 Oct 18
3
[LLVMdev] Performance regression on ARM
Hi Chandler, That's embarrassing how weird this part of clang is. I have a provisional patch which fixes the problem but underlines clang's problems. I will submit it tonight for comments. суббота, 18 октября 2014 г. пользователь Chandler Carruth написал: > > On Fri, Oct 17, 2014 at 7:51 AM, Anton Korobeynikov < > anton at korobeynikov.info >