Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteTargetMessage.h78 LLI_Status_Success = 0, // Operation succeeded enumerator
DRemoteTargetExternal.cpp59 int Status = LLI_Status_Success; in loadData()
83 int Status = LLI_Status_Success; in loadCode()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp148 sendLoadStatus(LLI_Status_Success); in handleLoadSection()