Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1317 DIEBlock *MemLocationDie = new (DIEValueAllocator) DIEBlock(); in createMemberDIE() local
1318 addUInt(MemLocationDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); in createMemberDIE()
1341 addUInt(MemLocationDie, 0, dwarf::DW_FORM_udata, FieldOffset >> 3); in createMemberDIE()
1345 addUInt(MemLocationDie, 0, dwarf::DW_FORM_udata, DT.getOffsetInBits() >> 3); in createMemberDIE()
1366 addBlock(MemberDie, dwarf::DW_AT_data_member_location, 0, MemLocationDie); in createMemberDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1423 DIELoc *MemLocationDie = new (DIEValueAllocator) DIELoc; in constructMemberDIE() local
1424 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); in constructMemberDIE()
1425 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()
1426 addBlock(MemberDie, dwarf::DW_AT_data_member_location, MemLocationDie); in constructMemberDIE()