Searched refs:DebugLocDwarfExpression (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 122 class DebugLocDwarfExpression : public DwarfExpression { 126 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression() function
|
H A D | DwarfDebug.cpp | 127 void DebugLocDwarfExpression::EmitOp(uint8_t Op, const char *Comment) { in EmitOp() 133 void DebugLocDwarfExpression::EmitSigned(int64_t Value) { in EmitSigned() 137 void DebugLocDwarfExpression::EmitUnsigned(uint64_t Value) { in EmitUnsigned() 141 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister() 1400 DebugLocDwarfExpression DwarfExpr(AP.getDwarfDebug()->getDwarfVersion(), in emitDebugLocValue() 1454 DebugLocDwarfExpression Expr(AP.getDwarfDebug()->getDwarfVersion(), in finalize()
|
H A D | AsmPrinterDwarf.cpp | 181 DebugLocDwarfExpression Expr(getDwarfDebug()->getDwarfVersion(), Streamer); in EmitDwarfRegOp()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 172 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() 178 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned() 182 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() 186 void DebugLocDwarfExpression::emitData1(uint8_t Value) { in emitData1() 190 void DebugLocDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef() 195 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister() 201 void DebugLocDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer() 208 void DebugLocDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer() 210 unsigned DebugLocDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize() 214 void DebugLocDwarfExpression::commitTemporaryBuffer() { in commitTemporaryBuffer() [all …]
|
H A D | DwarfExpression.h | 347 class DebugLocDwarfExpression final : public DwarfExpression { 378 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 367 class DebugLocDwarfExpression final : public DwarfExpression { 399 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() function
|
H A D | DwarfDebug.cpp | 174 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 …]
|