Searched refs:MemLocationDie (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 1317 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/ |
D | DwarfUnit.cpp | 1423 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1577 DIELoc *MemLocationDie = new (DIEValueAllocator) DIELoc; in constructMemberDIE() local 1578 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); in constructMemberDIE() 1579 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1580 addBlock(MemberDie, dwarf::DW_AT_data_member_location, MemLocationDie); in constructMemberDIE()
|