Home
last modified time | relevance | path

Searched refs:DIEDwarfExpression (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp42 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, in DIEDwarfExpression() function in DIEDwarfExpression
50 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
54 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
58 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1()
62 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
66 void DIEDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
73 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
728 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
742 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
1490 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
[all …]
H A DDwarfCompileUnit.cpp207 std::unique_ptr<DIEDwarfExpression> DwarfExpr; in addLocationAttribute()
242 DwarfExpr = std::make_unique<DIEDwarfExpression>(*Asm, *this, *Loc); in addLocationAttribute()
516 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in updateSubprogramScopeDIE()
754 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
771 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
788 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
850 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
1253 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructCallSiteParmEntryDIEs()
1450 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addAddress()
1476 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addComplexAddress()
H A DDwarfExpression.h406 class DIEDwarfExpression final : public DwarfExpression {
430 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);