Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lli/
HDRemoteTargetMessage.h67 LLI_LoadCodeSection, // 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.cpp79 case LLI_LoadCodeSection: in handleMessage()