Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lli/
DRemoteTargetMessage.h35 LLI_LoadCodeSection, // Data = uint32_t Addr, followed by section contests enumerator
DRemoteTargetExternal.cpp82 uint32_t MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; in SendLoadSection()
/freebsd-10-stable/contrib/llvm/tools/lli/ChildTarget/
DChildTarget.cpp79 case LLI_LoadCodeSection: in handleMessage()