Lines Matching refs:IsCode
268 bool IsCode = SI->isText(); in loadObjectImpl() local
270 if (auto SectionIDOrErr = findOrEmitSection(Obj, *SI, IsCode, in loadObjectImpl()
306 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
435 bool IsCode = Section.isText(); in computeTotalAllocSize() local
456 if (IsCode) { in computeTotalAllocSize()
654 bool IsCode) { in emitSection() argument
697 if (IsCode) in emitSection()
706 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()
755 bool IsCode, in findOrEmitSection() argument
763 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()