Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteTargetMessage.h68 LLI_LoadDataSection, // Data = uint64_t Address, void * SectionData enumerator
DRemoteTargetExternal.cpp139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; in SendLoadSection()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp82 case LLI_LoadDataSection: in handleMessage()