Home
last modified time | relevance | path

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

/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp14 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()
[all …]