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

  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 818 // FnEnd is the end of the function's machine code.
819 uint8_t *FnEnd = CurBufferPtr;
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 286 llvm::BasicBlock *FnEnd = CGF.createBasicBlock("memptr.end");
334 CGF.EmitBranch(FnEnd);
343 CGF.EmitBlock(FnEnd);
    [all...]

Completed in 84 milliseconds