HomeSort by relevance Sort by last modified time
    Searched defs:EmitValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 180 /// EmitValue - Emit integer of appropriate size.
182 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
233 /// EmitValue - Emit label value.
235 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
257 /// EmitValue - Emit delta value.
259 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const {
281 /// EmitValue - Emit debug information entry offset.
283 void DIEEntry::EmitValue(AsmPrinter *AP, unsigned Form) const {
309 /// EmitValue - Emit block data.
311 void DIEBlock::EmitValue(AsmPrinter *Asm, unsigned Form) const
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 78 /// EmitIntValue - Special case of EmitValue that avoids the client having to
116 EmitValue(ABS, Size, AddrSpace);
120 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size,
145 EmitValue(E, 1, AddrSpace);

Completed in 19 milliseconds