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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp191 /// EmitValue - Emit integer of appropriate size.
193 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const { function in class:DIEInteger
258 /// EmitValue - Emit label value.
260 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const { function in class:DIELabel
283 /// EmitValue - Emit delta value.
285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const { function in class:DIEDelta
307 /// EmitValue - Emit debug information entry offset.
309 void DIEEntry::EmitValue(AsmPrinter *AP, unsigned Form) const { function in class:DIEEntry
335 /// EmitValue - Emit block data.
337 void DIEBlock::EmitValue(AsmPrinte function in class:DIEBlock
[all...]
/external/llvm/lib/MC/
H A DMCStreamer.cpp88 /// EmitIntValue - Special case of EmitValue that avoids the client having to
126 EmitValue(ABS, Size, AddrSpace);
130 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, function in class:MCStreamer
155 EmitValue(E, 1, AddrSpace);

Completed in 78 milliseconds