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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1315 DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock(); local
1316 addUInt(MemLocationDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
1339 addUInt(MemLocationDie, 0, dwarf::DW_FORM_udata, FieldOffset >> 3);
1343 addUInt(MemLocationDie, 0, dwarf::DW_FORM_udata, DT.getOffsetInBits() >> 3);
1364 addBlock(MemberDie, dwarf::DW_AT_data_member_location, 0, MemLocationDie);

Completed in 413 milliseconds