Lines Matching refs:IsCode
161 bool IsCode; in loadObject() local
168 Check(SI->isText(IsCode)); in loadObject()
170 findOrEmitSection(*Obj, *SI, IsCode, LocalSections); in loadObject()
198 bool IsCode = false; in loadObject() local
199 Check(RelocatedSection->isText(IsCode)); in loadObject()
201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections); in loadObject()
255 bool IsCode = false; in computeTotalAllocSize() local
260 Check(Section.isText(IsCode)); in computeTotalAllocSize()
278 if (IsCode) { in computeTotalAllocSize()
397 const SectionRef &Section, bool IsCode) { in emitSection() argument
437 Addr = IsCode ? MemMgr->allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()
485 bool IsCode, in findOrEmitSection() argument
493 SectionID = emitSection(Obj, Section, IsCode); in findOrEmitSection()