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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 91 JCE->emitInt32(LabelPtr - BaseLabelPtr);
414 JCE->emitInt32(0);
417 JCE->emitInt32(BeginLabelPtr - (intptr_t)StartFunction);
427 JCE->emitInt32(EndLabelPtr - BeginLabelPtr);
431 JCE->emitInt32(0);
434 JCE->emitInt32(PadLabelPtr - (intptr_t)StartFunction);
458 JCE->emitInt32((intptr_t)Jit.getOrEmitGlobalVariable(GV));
463 JCE->emitInt32(0);
492 JCE->emitInt32((int)0);
509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality)))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineCodeEmitter.h 212 /// emitInt32 - Emit a int32 directive.
213 void emitInt32(int32_t Value) {
JITCodeEmitter.h 217 /// emitInt32 - Emit a int32 directive.
218 void emitInt32(uint32_t Value) {

Completed in 57 milliseconds