Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:StubSize

514   unsigned TAA = 0, StubSize = 0;
518 TAA, TAAParsed, StubSize);
526 Segment, Section, TAA, StubSize, SectionKind::getData());
549 unsigned TAA = 0, StubSize = 0;
556 TAA, TAAParsed, StubSize);
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
573 // Okay, now that we got the section, verify that the TAA & StubSize agree.
576 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {