Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lli/
HDRemoteTargetMessage.h68 LLI_LoadDataSection, // Data = uint64_t Address, void * SectionData enumerator
HDRemoteTargetExternal.cpp139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; in SendLoadSection()
/NextBSD/contrib/llvm/tools/lli/ChildTarget/
HDChildTarget.cpp82 case LLI_LoadDataSection: in handleMessage()