Lines Matching refs:LLIChildTarget
14 class LLIChildTarget { class
48 LLIChildTarget ThisChild; in main()
62 void LLIChildTarget::initialize() { in initialize()
67 LLIMessageType LLIChildTarget::waitForIncomingMessage() { in waitForIncomingMessage()
74 void LLIChildTarget::handleMessage(LLIMessageType messageType) { in handleMessage()
98 void LLIChildTarget::handleAllocateSpace() { in handleAllocateSpace()
122 void LLIChildTarget::handleLoadSection(bool IsCode) { in handleLoadSection()
151 void LLIChildTarget::handleExecute() { in handleExecute()
173 void LLIChildTarget::sendChildActive() { in sendChildActive()
186 void LLIChildTarget::sendAllocationResult(uint64_t Addr) { in sendAllocationResult()
203 void LLIChildTarget::sendLoadStatus(uint32_t Status) { in sendLoadStatus()
220 void LLIChildTarget::sendExecutionComplete(int Result) { in sendExecutionComplete()