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

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

Completed in 251 milliseconds