Home
last modified time | relevance | path

Searched refs:emitSLEB128Bytes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DObjectCodeEmitter.cpp72 void ObjectCodeEmitter::emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() function in llvm::ObjectCodeEmitter
73 BO->emitSLEB128Bytes(Value); in emitSLEB128Bytes()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp126 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()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h94 void emitSLEB128Bytes(uint64_t Value);
DMachineCodeEmitter.h188 void emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() function
DJITCodeEmitter.h193 void emitSLEB128Bytes(int64_t Value) { in emitSLEB128Bytes() function
DBinaryObject.h313 void emitSLEB128Bytes(int64_t Value) { in emitSLEB128Bytes() function