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 191 /// EmitValue - Emit integer of appropriate size.
193 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
258 /// EmitValue - Emit label value.
260 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
283 /// EmitValue - Emit delta value.
285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const {
307 /// EmitValue - Emit debug information entry offset.
309 void DIEEntry::EmitValue(AsmPrinter *AP, unsigned Form) const {
335 /// EmitValue - Emit block data.
337 void DIEBlock::EmitValue(AsmPrinter *Asm, unsigned Form) const
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 88 /// 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,
155 EmitValue(E, 1, AddrSpace);

Completed in 2507 milliseconds