Lines Matching refs:StringRef
22 class StringRef; variable
27 StringRef InfoSection;
28 StringRef AbbrevSection;
29 StringRef RangeSection;
30 StringRef StringSection;
31 StringRef StringOffsetSection;
32 StringRef AddrOffsetSection;
46 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, in DWARFCompileUnit()
47 StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, in DWARFCompileUnit()
55 StringRef getStringSection() const { return StringSection; } in getStringSection()
56 StringRef getStringOffsetSection() const { return StringOffsetSection; } in getStringOffsetSection()
57 StringRef getAddrOffsetSection() const { return AddrOffsetSection; } in getAddrOffsetSection()