Lines Matching refs:DwarfExpr
744 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() local
748 DwarfExpr.setMemoryLocationKind(); in constructTypeDIE()
749 DwarfExpr.addExpression(Expr); in constructTypeDIE()
750 addBlock(Buffer, dwarf::DW_AT_string_length, DwarfExpr.finalize()); in constructTypeDIE()
758 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() local
761 DwarfExpr.setMemoryLocationKind(); in constructTypeDIE()
762 DwarfExpr.addExpression(Expr); in constructTypeDIE()
763 addBlock(Buffer, dwarf::DW_AT_data_location, DwarfExpr.finalize()); in constructTypeDIE()
1404 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() local
1405 DwarfExpr.setMemoryLocationKind(); in constructSubrangeDIE()
1406 DwarfExpr.addExpression(BE); in constructSubrangeDIE()
1407 addBlock(DW_Subrange, Attr, DwarfExpr.finalize()); in constructSubrangeDIE()
1451 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() local
1452 DwarfExpr.setMemoryLocationKind(); in constructGenericSubrangeDIE()
1453 DwarfExpr.addExpression(BE); in constructGenericSubrangeDIE()
1454 addBlock(DwGenericSubrange, Attr, DwarfExpr.finalize()); in constructGenericSubrangeDIE()
1523 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1524 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1525 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
1526 addBlock(Buffer, dwarf::DW_AT_data_location, DwarfExpr.finalize()); in constructArrayTypeDIE()
1534 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1535 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1536 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
1537 addBlock(Buffer, dwarf::DW_AT_associated, DwarfExpr.finalize()); in constructArrayTypeDIE()
1545 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1546 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1547 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
1548 addBlock(Buffer, dwarf::DW_AT_allocated, DwarfExpr.finalize()); in constructArrayTypeDIE()
1556 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1557 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1558 DwarfExpr.addExpression(RankExpr); in constructArrayTypeDIE()
1559 addBlock(Buffer, dwarf::DW_AT_rank, DwarfExpr.finalize()); in constructArrayTypeDIE()