Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp205 void DIEInteger::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger
273 void DIEExpr::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr
299 void DIELabel::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel
327 void DIEDelta::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta
352 void DIEString::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString
375 void DIEEntry::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEEntry
419 void DIETypeSignature::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIETypeSignature
450 void DIELoc::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIELoc
505 void DIEBlock::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEBlock
552 void DIELocList::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELocList
/external/llvm/lib/MC/
DMCStreamer.cpp146 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, in EmitValue() function in MCStreamer