Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:IsCode

161         bool IsCode;
168 Check(SI->isText(IsCode));
170 findOrEmitSection(*Obj, *SI, IsCode, LocalSections);
198 bool IsCode = false;
199 Check(RelocatedSection->isText(IsCode));
201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections);
255 bool IsCode = false;
260 Check(Section.isText(IsCode));
278 if (IsCode) {
397 const SectionRef &Section, bool IsCode) {
437 Addr = IsCode ? MemMgr->allocateCodeSection(Allocate, Alignment, SectionID,
485 bool IsCode,
493 SectionID = emitSection(Obj, Section, IsCode);