Searched refs:emitSLEB128Bytes (Results 1 – 6 of 6) sorted by relevance
72 void ObjectCodeEmitter::emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() function in llvm::ObjectCodeEmitter73 BO->emitSLEB128Bytes(Value); in emitSLEB128Bytes()
126 JCE->emitSLEB128Bytes(Offset); in EmitFrameMoves()446 JCE->emitSLEB128Bytes(Action.ValueForTypeID); in EmitExceptionTable()448 JCE->emitSLEB128Bytes(Action.NextAction); in EmitExceptionTable()496 JCE->emitSLEB128Bytes(stackGrowth); in EmitCommonEHFrame()
94 void emitSLEB128Bytes(uint64_t Value);
188 void emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() function
193 void emitSLEB128Bytes(int64_t Value) { in emitSLEB128Bytes() function
313 void emitSLEB128Bytes(int64_t Value) { in emitSLEB128Bytes() function