Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteTargetMessage.h63 LLI_ChildActive = 0, // Data = not used enumerator
DRemoteTargetExternal.h96 if (!Receive(LLI_ChildActive)) { in create()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp175 uint32_t MsgType = (uint32_t)LLI_ChildActive; in sendChildActive()