Home | History | Annotate | Download | only in Sema

Lines Matching refs:SegmentName

414                             StringLiteral *SegmentName,
425 if (SegmentName &&
426 !checkSectionName(SegmentName->getLocStart(), SegmentName->getString()))
428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
433 int SectionFlags, StringLiteral *SegmentName) {
434 UnifySection(SegmentName->getString(), SectionFlags, PragmaLocation);
438 StringLiteral *SegmentName) {
442 CurInitSeg = SegmentName->getString() == ".CRT$XCU" ? nullptr : SegmentName;