Searched refs:DebugLocDwarfExpression (Results 1 – 2 of 2) sorted by relevance
306 class DebugLocDwarfExpression final : public DwarfExpression {338 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() function
175 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp()181 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned()185 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()189 void DebugLocDwarfExpression::emitData1(uint8_t Value) { in emitData1()193 void DebugLocDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()198 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()204 void DebugLocDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()211 void DebugLocDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()213 unsigned DebugLocDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()217 void DebugLocDwarfExpression::commitTemporaryBuffer() { in commitTemporaryBuffer()[all …]