Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteTargetMessage.h65 LLI_AllocationResult, // Data = uint64_t Address (child memory space) enumerator
DRemoteTargetExternal.cpp39 if (!Receive(LLI_AllocationResult, Address)) { in allocateSpace()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp188 uint32_t MsgType = (uint32_t)LLI_AllocationResult; in sendAllocationResult()