Lines Matching refs:DebugLocDwarfExpression
173 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp()
179 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
183 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
187 void DebugLocDwarfExpression::emitData1(uint8_t Value) { in emitData1()
191 void DebugLocDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
196 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()
202 void DebugLocDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
209 void DebugLocDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()
211 unsigned DebugLocDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
215 void DebugLocDwarfExpression::commitTemporaryBuffer() { in commitTemporaryBuffer()
2659 DebugLocDwarfExpression DwarfExpr(AP.getDwarfVersion(), Streamer, TheCU); in finalize()