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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp203 /// EmitValue - Emit integer of appropriate size.
205 void DIEInteger::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIEInteger
271 /// EmitValue - Emit expression value.
273 void DIEExpr::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEExpr
274 AP->OutStreamer.EmitValue(Expr, SizeOf(AP, Form));
297 /// EmitValue - Emit label value.
299 void DIELabel::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELabel
325 /// EmitValue - Emit delta value.
327 void DIEDelta::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEDelta
350 /// EmitValue
352 void DIEString::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEString
375 void DIEEntry::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEEntry
419 void DIETypeSignature::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIETypeSignature
450 void DIELoc::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIELoc
505 void DIEBlock::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIEBlock
552 void DIELocList::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELocList
[all...]
/external/llvm/lib/MC/
H A DMCStreamer.cpp107 /// EmitIntValue - Special case of EmitValue that avoids the client having to
142 EmitValue(ABS, Size);
146 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, function in class:MCStreamer
168 EmitValue(E, 1);

Completed in 130 milliseconds