Searched refs:MemLocationDie (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1444 DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock(); local
1445 addUInt(MemLocationDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
1468 addUInt(MemLocationDie, 0, dwarf::DW_FORM_udata, FieldOffset >> 3);
1472 addUInt(MemLocationDie, 0, dwarf::DW_FORM_udata, DT.getOffsetInBits() >> 3);
1493 addBlock(MemberDie, dwarf::DW_AT_data_member_location, 0, MemLocationDie);

Completed in 74 milliseconds