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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 188 /// EmitValue - Emit integer of appropriate size.
190 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
242 /// EmitValue - Emit string value.
244 void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const {
260 /// EmitValue - Emit label value.
262 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
283 /// EmitValue - Emit delta value.
285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const {
306 /// EmitValue - Emit debug information entry offset.
308 void DIEEntry::EmitValue(AsmPrinter *AP, unsigned Form) const
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 194 void DIEValue::EmitValue(const AsmPrinter *AP) const {
200 getDIE##T().EmitValue(AP, Form); \
240 /// EmitValue - Emit integer of appropriate size.
242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
318 /// EmitValue - Emit expression value.
320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form));
340 /// EmitValue - Emit label value.
342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
365 /// EmitValue - Emit delta value
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 79 /// 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,
141 EmitValue(E, 1, AddrSpace);
  /external/llvm/lib/MC/
MCStreamer.cpp 82 /// EmitIntValue - Special case of EmitValue that avoids the client having to
115 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) {
741 EmitValue(Diff, Size);

Completed in 266 milliseconds