Lines Matching refs:IsCode
333 bool IsCode = SI->isText(); in loadObjectImpl() local
336 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
376 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
378 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
434 bool IsCode = SI->isText(); in loadObjectImpl() local
436 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
550 bool IsCode = Section.isText(); in computeTotalAllocSize() local
579 if (IsCode) { in computeTotalAllocSize()
792 bool IsCode) { in emitSection() argument
854 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()
910 bool IsCode, in findOrEmitSection() argument
918 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()