Searched defs:FnEnd (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDebugRegisterer.h60 uint8_t *FnEnd; member in struct:llvm::DebugInfo
64 DebugInfo() : FnStart(0), FnEnd(0), EhStart(0), EhEnd(0) {}
H A DJITEmitter.cpp833 // FnEnd is the end of the function's machine code.
834 uint8_t *FnEnd = CurBufferPtr; local
905 // CurBufferPtr may have moved beyond FnEnd, due to memory allocation for
919 NumBytes += FnEnd-FnStart;
922 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart);
924 TheJIT->NotifyFunctionEmitted(*F.getFunction(), FnStart, FnEnd-FnStart,
932 << ": " << (FnEnd-FnStart) << " bytes of text, "
944 dbgs() << sys::disassembleBuffer(FnStart, FnEnd-FnStart,
949 for (int i = 0; q < FnEnd; q += 4, ++i) {
956 if (q + j >= FnEnd)
[all...]
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp537 llvm::BasicBlock *FnEnd = CGF.createBasicBlock("memptr.end"); local
592 CGF.EmitBranch(FnEnd);
601 CGF.EmitBlock(FnEnd);

Completed in 120 milliseconds