Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:tsi

867       section_iterator tsi = *TSIOrErr;
868 bool IsCode = tsi->isText();
869 Rel.SectionID = findOrEmitSection(Obj, (*tsi), IsCode, LocalSections);