Home
last modified time | relevance | path

Searched refs:SectionVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp603 StringRef SectionVal(Loc.getPointer()); in parseDirectiveSection() local
604 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()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp444 StringRef SectionVal; in emitModuleFlags() local
465 SectionVal = cast<MDString>(Val)->getString(); in emitModuleFlags()
488 if (SectionVal.empty()) return; in emitModuleFlags()
494 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags()