Lines Matching refs:DIEDwarfExpression

41 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP,  in DIEDwarfExpression()  function in DIEDwarfExpression
45 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp()
49 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
53 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
57 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1()
61 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
65 void DIEDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
70 void DIEDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()
72 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
76 void DIEDwarfExpression::commitTemporaryBuffer() { OutDIE.takeValues(TmpDIE); } in commitTemporaryBuffer()
78 bool DIEDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()
744 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
758 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
1404 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE()
1451 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE()
1523 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
1534 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
1545 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
1556 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()