Lines Matching refs:IsCode
336 bool IsCode = SI->isText(); in loadObjectImpl() local
339 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
384 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
440 bool IsCode = SI->isText(); in loadObjectImpl() local
442 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
556 bool IsCode = Section.isText(); in computeTotalAllocSize() local
586 if (IsCode) { in computeTotalAllocSize()
803 bool IsCode) { in emitSection() argument
866 } else if (IsCode) { in emitSection()
929 bool IsCode, in findOrEmitSection() argument
937 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()