Searched refs:SectionVal (Results 1 – 2 of 2) sorted by relevance
603 StringRef SectionVal(Loc.getPointer()); in parseDirectiveSection() local604 size_t B = SectionVal.find(',') + 1, E = SectionVal.find(',', B); in parseDirectiveSection()605 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection()606 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
444 StringRef SectionVal; in emitModuleFlags() local465 SectionVal = cast<MDString>(Val)->getString(); in emitModuleFlags()488 if (SectionVal.empty()) return; in emitModuleFlags()494 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags()