Home
last modified time | relevance | path

Searched refs:DebugLocDwarfExpression (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h367 class DebugLocDwarfExpression final : public DwarfExpression {
399 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() function
H A DDwarfDebug.cpp174 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp()
180 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
184 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
188 void DebugLocDwarfExpression::emitData1(uint8_t Value) { in emitData1()
192 void DebugLocDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
197 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()
203 void DebugLocDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
210 void DebugLocDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()
212 unsigned DebugLocDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
216 void DebugLocDwarfExpression::commitTemporaryBuffer() { in commitTemporaryBuffer()
[all …]