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 200 /// EmitValue - Emit integer of appropriate size.
202 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
267 /// EmitValue - Emit expression value.
269 void DIEExpr::EmitValue(AsmPrinter *AP, unsigned Form) const {
270 AP->OutStreamer.EmitValue(Expr, SizeOf(AP, Form));
293 /// EmitValue - Emit label value.
295 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
318 /// EmitValue - Emit delta value.
320 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const {
342 /// EmitValue - Emit string value
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 87 /// EmitIntValue - Special case of EmitValue that avoids the client having to
122 EmitValue(ABS, Size);
126 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size) {
147 EmitValue(E, 1);

Completed in 35 milliseconds