Lines Matching refs:IsCode
335 bool IsCode = SI->isText(); in loadObjectImpl() local
338 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
378 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
380 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
436 bool IsCode = SI->isText(); in loadObjectImpl() local
438 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
559 bool IsCode = Section.isText(); in computeTotalAllocSize() local
589 if (IsCode) { in computeTotalAllocSize()
802 bool IsCode) { in emitSection() argument
871 } else if (IsCode) { in emitSection()
933 bool IsCode, in findOrEmitSection() argument
941 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()