Home
last modified time | relevance | path

Searched refs:DwarfExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp334 DwarfExpr->addExpression(Expr); in addLocationAttribute()
760 if (DwarfExpr.TagOffset) in constructVariableDIEImpl()
828 if (!DwarfExpr.addExpression( in constructVariableDIEImpl()
837 if (DwarfExpr.TagOffset) in constructVariableDIEImpl()
899 if (DwarfExpr.TagOffset) in constructVariableDIEImpl()
901 *DwarfExpr.TagOffset); in constructVariableDIEImpl()
1259 DwarfExpr.finalize()); in constructCallSiteParmEntryDIEs()
1463 if (DwarfExpr.TagOffset) in addAddress()
1465 *DwarfExpr.TagOffset); in addAddress()
1494 if (DwarfExpr.TagOffset) in addComplexAddress()
[all …]
H A DDwarfUnit.cpp732 DwarfExpr.setMemoryLocationKind(); in constructTypeDIE()
733 DwarfExpr.addExpression(Expr); in constructTypeDIE()
745 DwarfExpr.setMemoryLocationKind(); in constructTypeDIE()
746 DwarfExpr.addExpression(Expr); in constructTypeDIE()
1374 DwarfExpr.addExpression(BE); in constructSubrangeDIE()
1421 DwarfExpr.addExpression(BE); in constructGenericSubrangeDIE()
1491 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1492 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
1502 DwarfExpr.setMemoryLocationKind(); in constructArrayTypeDIE()
1503 DwarfExpr.addExpression(Expr); in constructArrayTypeDIE()
[all …]
H A DDwarfDebug.cpp2560 DwarfExpr.addFragmentOffset(DIExpr); in emitDebugLocValue()
2570 DwarfExpr.setLocation(Location, DIExpr); in emitDebugLocValue()
2572 DwarfExpr.beginEntryValueExpression(ExprCursor); in emitDebugLocValue()
2581 auto EmitValueLocEntry = [&DwarfExpr, &BT, in emitDebugLocValue()
2593 DwarfExpr.setMemoryLocationKind(); in emitDebugLocValue()
2612 DwarfExpr.addUnsignedConstant( in emitDebugLocValue()
2631 DwarfExpr.addExpression(std::move(ExprCursor)); in emitDebugLocValue()
2642 DwarfExpr.addExpression( in emitDebugLocValue()
2675 DwarfExpr.finalize(); in finalize()
2676 if (DwarfExpr.TagOffset) in finalize()
[all …]
H A DDwarfDebug.h838 DwarfExpression &DwarfExpr);