Home
last modified time | relevance | path

Searched refs:isAllocatedMemory (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/lli/
DRemoteTarget.h51 bool isAllocatedMemory(uint64_t Address, uint32_t Size) { in isAllocatedMemory() function
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp135 if (!RT->isAllocatedMemory(Addr, BufferSize)) in handleLoadSection()