Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h254 class DebugLocDwarfExpression final : public DwarfExpression {
264 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression() function
H A DDwarfDebug.cpp166 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp()
172 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
176 void DebugLocDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
180 bool DebugLocDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()
1936 DebugLocDwarfExpression DwarfExpr(AP.getDwarfVersion(), Streamer); in finalize()