Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp321 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
370 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
459 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
488 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
539 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
571 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
648 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEEntry
722 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc
772 void DIEBlock::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEBlock
837 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELocList
[all …]
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp72 void MCTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in MCTargetStreamer
180 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValue() function in MCStreamer