Home
last modified time | relevance | path

Searched defs:EndOfBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp53 uintptr_t EndOfBlock = Addr + MB.size(); in allocateSection() local
88 uintptr_t EndOfBlock = Addr + MB.size(); in allocateSection() local
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp118 void *EndOfBlock = (char*)this + BlockSize; in SetEndOfBlockSizeMarker() local