Lines Matching refs:IsCode
325 bool IsCode = SI->isText(); in loadObjectImpl() local
328 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
363 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
365 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
492 bool IsCode = Section.isText(); in computeTotalAllocSize() local
513 if (IsCode) { in computeTotalAllocSize()
715 bool IsCode) { in emitSection() argument
758 if (IsCode) { in emitSection()
770 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()
829 bool IsCode, in findOrEmitSection() argument
837 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()