Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:IsCode

209         bool IsCode = SI->isText();
210 unsigned SectionID = findOrEmitSection(Obj, *SI, IsCode, LocalSections);
242 bool IsCode = RelocatedSection->isText();
244 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections);
359 bool IsCode = Section.isText();
378 if (IsCode) {
559 const SectionRef &Section, bool IsCode) {
600 if (IsCode)
609 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID,
657 bool IsCode,
665 SectionID = emitSection(Obj, Section, IsCode);