Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp633 StringRef SectionVal(Loc.getPointer()); in parseDirectiveSection() local
634 size_t B = SectionVal.find(',') + 1, E = SectionVal.find(',', B); in parseDirectiveSection()
635 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection()
636 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp707 StringRef SectionVal(Loc.getPointer()); in parseDirectiveSection() local
708 size_t B = SectionVal.find(',') + 1, E = SectionVal.find(',', B); in parseDirectiveSection()
709 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection()
710 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp475 StringRef SectionVal; in emitModuleFlags() local
494 SectionVal = cast<MDString>(Val)->getString(); in emitModuleFlags()
511 if (SectionVal.empty()) return; in emitModuleFlags()
517 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp703 StringRef SectionVal; in emitModuleMetadata() local
705 GetObjCImageInfo(M, VersionVal, ImageInfoFlags, SectionVal); in emitModuleMetadata()
708 if (SectionVal.empty()) in emitModuleMetadata()
715 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleMetadata()