Searched refs:SectionVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 712 StringRef SectionVal(Loc.getPointer()); in parseDirectiveSection() local 713 size_t B = SectionVal.find(',') + 1, E = SectionVal.find(',', B); in parseDirectiveSection() 714 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection() 715 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 872 StringRef SectionVal; in emitModuleMetadata() local 874 GetObjCImageInfo(M, VersionVal, ImageInfoFlags, SectionVal); in emitModuleMetadata() 877 if (SectionVal.empty()) in emitModuleMetadata() 884 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleMetadata()
|