Searched defs:emitInt32 (Results 1 – 5 of 5) sorted by relevance
744 void emitInt32(uint64_t Value) { emitIntValue(Value, 4); } in emitInt32() function
948 inline void AssemblerX8632::emitInt32(int32_t value) { in emitInt32() function
1025 inline void AssemblerX8664::emitInt32(int32_t value) { in emitInt32() function
2152 void AsmPrinter::emitInt32(int Value) const { in emitInt32() function in AsmPrinter
2789 void AsmPrinter::emitInt32(int Value) const { OutStreamer->emitInt32(Value); } in emitInt32() function in AsmPrinter