Searched defs:emitValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 315 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 483 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel 515 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef 534 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta 566 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString 618 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEInlineString 643 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEEntry 717 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 71 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
|