Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp712 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 DTargetLoweringObjectFileImpl.cpp872 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()