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