Searched defs:MsgType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lli/
H A DRemoteTargetExternal.cpp62 uint32_t MsgType = (uint32_t)LLI_AllocateSpace; local
82 uint32_t MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; local
99 uint32_t MsgType = (uint32_t)LLI_Execute; local
113 uint32_t MsgType = (uint32_t)LLI_Terminate; local
123 uint32_t MsgType; local
142 uint32_t MsgType; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp52 LLIMessageType MsgType; local
68 int32_t MsgType = -1; local
181 uint32_t MsgType = (uint32_t)LLI_ChildActive; local
193 uint32_t MsgType = (uint32_t)LLI_AllocationResult; local
209 uint32_t MsgType = (uint32_t)LLI_LoadComplete; local
221 uint32_t MsgType = (uint32_t)LLI_ExecutionResult; local
[all...]

Completed in 53 milliseconds