Lines Matching refs:DIEDwarfExpression
42 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, in DIEDwarfExpression() function in DIEDwarfExpression
46 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp()
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()
71 void DIEDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()
73 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
77 void DIEDwarfExpression::commitTemporaryBuffer() { OutDIE.takeValues(TmpDIE); } in commitTemporaryBuffer()
79 bool DIEDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()
728 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
742 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
1372 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE()
1419 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE()
1490 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
1501 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
1512 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
1523 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()