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

  /external/swiftshader/third_party/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...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 537 llvm::BasicBlock *FnEnd = CGF.createBasicBlock("memptr.end");
592 CGF.EmitBranch(FnEnd);
601 CGF.EmitBlock(FnEnd);
    [all...]

Completed in 145 milliseconds