Searched refs:SectionVal (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 709 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()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1245 StringRef SectionVal; in emitModuleMetadata() local 1247 GetObjCImageInfo(M, VersionVal, ImageInfoFlags, SectionVal); in emitModuleMetadata() 1251 if (SectionVal.empty()) in emitModuleMetadata() 1258 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) { in emitModuleMetadata()
|