Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp709 StringRef SectionVal(Loc.getPointer()); in parseDirectiveSection() local
710 size_t B = SectionVal.find(',') + 1, E = SectionVal.find(',', B); in parseDirectiveSection()
711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection()
712 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1241 StringRef SectionVal; in emitModuleMetadata() local
1243 GetObjCImageInfo(M, VersionVal, ImageInfoFlags, SectionVal); in emitModuleMetadata()
1247 if (SectionVal.empty()) in emitModuleMetadata()
1254 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) { in emitModuleMetadata()