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

  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 327 /// EmitInt32 - Emit a long directive and value.
329 void EmitInt32(int Value) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 309 AP->EmitInt32(Entry->getOffset());
341 case dwarf::DW_FORM_block4: Asm->EmitInt32(Size); break;
DwarfDebug.cpp     [all...]
AsmPrinter.cpp     [all...]

Completed in 54 milliseconds