Lines Matching refs:DIEDwarfExpression

40 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP,  in DIEDwarfExpression()  function in DIEDwarfExpression
44 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp()
48 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
52 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
56 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1()
60 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
64 void DIEDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
69 void DIEDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()
71 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
75 void DIEDwarfExpression::commitTemporaryBuffer() { OutDIE.takeValues(TmpDIE); } in commitTemporaryBuffer()
77 bool DIEDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()
728 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
742 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
1371 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE()
1418 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()