Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h158 void emitDebugValue(const MCExpr *Value, unsigned Size) const override;
H A DMipsAsmPrinter.cpp1219 void MipsAsmPrinter::emitDebugValue(const MCExpr *Value, unsigned Size) const { in emitDebugValue() function in MipsAsmPrinter
1235 AsmPrinter::emitDebugValue(Value, Size); in emitDebugValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h761 virtual void emitDebugValue(const MCExpr *Value, unsigned Size) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp459 AP->emitDebugValue(Expr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
H A DAsmPrinter.cpp921 void AsmPrinter::emitDebugValue(const MCExpr *Value, unsigned Size) const { in emitDebugValue() function in AsmPrinter