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

  /external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h 60 uint8_t *FnEnd;
64 DebugInfo() : FnStart(0), FnEnd(0), EhStart(0), EhEnd(0) {}
JITDebugRegisterer.cpp 86 Text.getData().assign(I.FnStart, I.FnEnd);
108 FnSym->Size = I.FnEnd - I.FnStart;
JITEmitter.cpp 833 // FnEnd is the end of the function's machine code.
834 uint8_t *FnEnd = CurBufferPtr;
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 227 llvm::BasicBlock *FnEnd = CGF.createBasicBlock("memptr.end");
274 CGF.EmitBranch(FnEnd);
283 CGF.EmitBlock(FnEnd);
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]

Completed in 455 milliseconds