Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp352 DwarfExpr->addExpression(Expr); in addLocationAttribute()
780 if (DwarfExpr.TagOffset) in applyConcreteDbgVariableAttributes()
848 if (!DwarfExpr.addExpression( in applyConcreteDbgVariableAttributes()
857 if (DwarfExpr.TagOffset) in applyConcreteDbgVariableAttributes()
859 *DwarfExpr.TagOffset); in applyConcreteDbgVariableAttributes()
927 if (DwarfExpr.TagOffset) in applyConcreteDbgVariableAttributes()
929 *DwarfExpr.TagOffset); in applyConcreteDbgVariableAttributes()
1567 if (DwarfExpr.TagOffset) in addAddress()
1569 *DwarfExpr.TagOffset); in addAddress()
1597 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()
1373 DwarfExpr.addExpression(BE); in constructSubrangeDIE()
1420 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.cpp2640 DwarfExpr.addFragmentOffset(DIExpr); in emitDebugLocValue()
2650 DwarfExpr.setLocation(Location, DIExpr); in emitDebugLocValue()
2652 DwarfExpr.beginEntryValueExpression(ExprCursor); in emitDebugLocValue()
2661 auto EmitValueLocEntry = [&DwarfExpr, &BT, in emitDebugLocValue()
2673 DwarfExpr.setMemoryLocationKind(); in emitDebugLocValue()
2692 DwarfExpr.addUnsignedConstant( in emitDebugLocValue()
2711 DwarfExpr.addExpression(std::move(ExprCursor)); in emitDebugLocValue()
2722 DwarfExpr.addExpression( in emitDebugLocValue()
2755 DwarfExpr.finalize(); in finalize()
2756 if (DwarfExpr.TagOffset) in finalize()
[all …]
H A DDwarfDebug.h916 DwarfExpression &DwarfExpr);