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) {
806 bool IsCode) {
869 } else if (IsCode) {
932 bool IsCode,
940 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode))