Lines Matching refs:DwarfExpr
728 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() local
732 DwarfExpr.setMemoryLocationKind(); in constructTypeDIE()
733 DwarfExpr.addExpression(Expr); in constructTypeDIE()
734 addBlock(Buffer, dwarf::DW_AT_string_length, DwarfExpr.finalize()); in constructTypeDIE()
742 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() local
745 DwarfExpr.setMemoryLocationKind(); in constructTypeDIE()
746 DwarfExpr.addExpression(Expr); in constructTypeDIE()
747 addBlock(Buffer, dwarf::DW_AT_data_location, DwarfExpr.finalize()); in constructTypeDIE()
1372 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() local
1373 DwarfExpr.setMemoryLocationKind(); in constructSubrangeDIE()
1374 DwarfExpr.addExpression(BE); in constructSubrangeDIE()
1375 addBlock(DW_Subrange, Attr, DwarfExpr.finalize()); in constructSubrangeDIE()
1419 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() local
1420 DwarfExpr.setMemoryLocationKind(); in constructGenericSubrangeDIE()
1421 DwarfExpr.addExpression(BE); in constructGenericSubrangeDIE()
1422 addBlock(DwGenericSubrange, Attr, DwarfExpr.finalize()); in constructGenericSubrangeDIE()
1490 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1491 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1492 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
1493 addBlock(Buffer, dwarf::DW_AT_data_location, DwarfExpr.finalize()); in constructArrayTypeDIE()
1501 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1502 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1503 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
1504 addBlock(Buffer, dwarf::DW_AT_associated, DwarfExpr.finalize()); in constructArrayTypeDIE()
1512 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1513 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1514 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
1515 addBlock(Buffer, dwarf::DW_AT_allocated, DwarfExpr.finalize()); in constructArrayTypeDIE()
1523 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() local
1524 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1525 DwarfExpr.addExpression(RankExpr); in constructArrayTypeDIE()
1526 addBlock(Buffer, dwarf::DW_AT_rank, DwarfExpr.finalize()); in constructArrayTypeDIE()