Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp699 StringRef SectionVal(Loc.getPointer()); in parseDirectiveSection() local
700 size_t B = SectionVal.find(',') + 1, E = SectionVal.find(',', B); in parseDirectiveSection()
701 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection()
702 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1309 StringRef SectionVal; in emitModuleMetadata() local
1311 GetObjCImageInfo(M, VersionVal, ImageInfoFlags, SectionVal); in emitModuleMetadata()
1315 if (SectionVal.empty()) in emitModuleMetadata()
1322 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) { in emitModuleMetadata()