Searched refs:IsCode (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.h35 : MB(mb), Alignment(a), IsCode(code) {}
39 bool IsCode; member in struct:llvm::RemoteMemoryManager::Allocation
H A DRemoteTargetExternal.h103 bool IsCode);
H A DRemoteTargetExternal.cpp80 bool IsCode) {
82 uint32_t MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection;
77 SendLoadSection(uint64_t Addr, const void *Data, uint32_t Size, bool IsCode) argument
H A DRemoteMemoryManager.cpp99 if (Section.IsCode) {
116 if (!Section.IsCode) {
157 if (Section.IsCode) {
/freebsd-10.1-release/contrib/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp22 void handleLoadSection(bool IsCode);
120 void LLIChildTarget::handleLoadSection(bool IsCode) { argument
139 // If IsCode, mark memory executable
140 if (IsCode)
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp135 bool IsCode; local
141 Check(si->isText(IsCode));
146 unsigned SectionID = findOrEmitSection(*obj, *si, IsCode, LocalSections);
238 bool IsCode) {
303 Addr = IsCode
359 bool IsCode,
367 SectionID = emitSection(Obj, Section, IsCode);
236 emitSection(ObjectImage &Obj, const SectionRef &Section, bool IsCode) argument
357 findOrEmitSection(ObjectImage &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections) argument
H A DRuntimeDyldImpl.h261 /// \param IsCode if it's true then allocateCodeSection() will be
266 bool IsCode);
270 /// \param IsCode if it's true then allocateCodeSection() will be
275 bool IsCode,

Completed in 105 milliseconds