Searched refs:EmitInt16 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp120 AP.EmitInt16(NumDescriptors);
149 AP.EmitInt16(FrameSize);
150 AP.EmitInt16(LiveCount);
160 AP.EmitInt16(K->StackOffset);
H A DDwarfAccelTable.cpp114 Asm->EmitInt16(Header.version);
116 Asm->EmitInt16(Header.hash_function);
130 Asm->EmitInt16(A.type);
132 Asm->EmitInt16(A.form);
204 Asm->EmitInt16((*DI)->Die->getTag());
H A DDIE.cpp323 case dwarf::DW_FORM_block2: Asm->EmitInt16(Size); break;
H A DDwarfDebug.cpp1763 Asm->EmitInt16(dwarf::DWARF_VERSION);
1969 Asm->EmitInt16(dwarf::DWARF_VERSION);
2203 Asm->EmitInt16(dwarf::DWARF_VERSION);
H A DAsmPrinter.cpp1326 /// EmitInt16 - Emit a short directive and value.
1328 void AsmPrinter::EmitInt16(int Value) const { function in class:AsmPrinter
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAsmPrinter.h332 /// EmitInt16 - Emit a short directive and value.
334 void EmitInt16(int Value) const;

Completed in 277 milliseconds