Home
last modified time | relevance | path

Searched refs:LLI_Status_NotAllocated (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/lli/
DRemoteTargetMessage.h79 LLI_Status_NotAllocated, // Address+Size not allocated in child space enumerator
DRemoteTargetExternal.cpp68 if (Status == LLI_Status_NotAllocated) { in loadData()
92 if (Status == LLI_Status_NotAllocated) { in loadCode()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp136 return sendLoadStatus(LLI_Status_NotAllocated); in handleLoadSection()