Home
last modified time | relevance | path

Searched defs:emitValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp315 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
364 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
454 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
486 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
518 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
537 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
569 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
621 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEInlineString
646 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEEntry
720 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp142 void NVPTXTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in NVPTXTargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp71 void MCTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in MCTargetStreamer
179 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValue() function in MCStreamer