Home
last modified time | relevance | path

Searched refs:emitDebugValue (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h160 void emitDebugValue(const MCExpr *Value, unsigned Size) const override;
H A DMipsAsmPrinter.cpp1334 void MipsAsmPrinter::emitDebugValue(const MCExpr *Value, unsigned Size) const { in emitDebugValue() function in MipsAsmPrinter
1350 AsmPrinter::emitDebugValue(Value, Size); in emitDebugValue()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h751 virtual void emitDebugValue(const MCExpr *Value, unsigned Size) const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp460 AP->emitDebugValue(Expr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
H A DAsmPrinter.cpp867 void AsmPrinter::emitDebugValue(const MCExpr *Value, unsigned Size) const { in emitDebugValue() function in AsmPrinter