Home
last modified time | relevance | path

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

/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp31 void sendLoadStatus(uint32_t Status);
136 return sendLoadStatus(LLI_Status_NotAllocated); in handleLoadSection()
141 return sendLoadStatus(LLI_Status_IncompleteMsg); in handleLoadSection()
148 sendLoadStatus(LLI_Status_Success); in handleLoadSection()
203 void LLIChildTarget::sendLoadStatus(uint32_t Status) { in sendLoadStatus() function in LLIChildTarget