Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAsmPrinter.h158 void emitDebugValue(const MCExpr *Value, unsigned Size) const override;
HDMipsAsmPrinter.cpp1223 void MipsAsmPrinter::emitDebugValue(const MCExpr *Value, unsigned Size) const { in emitDebugValue() function in MipsAsmPrinter
1239 AsmPrinter::emitDebugValue(Value, Size); in emitDebugValue()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h756 virtual void emitDebugValue(const MCExpr *Value, unsigned Size) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIE.cpp455 AP->emitDebugValue(Expr, sizeOf(AP->getDwarfFormParams(), Form)); in emitValue()
HDAsmPrinter.cpp896 void AsmPrinter::emitDebugValue(const MCExpr *Value, unsigned Size) const { in emitDebugValue() function in AsmPrinter