Searched refs:AbbrevSection (Results 1 – 3 of 3) sorted by relevance
271 StringRef AbbrevSection; in write() local300 AbbrevSection = Contents; in write()320 assert(!AbbrevSection.empty()); in write()322 CurEntry.Signature = getCUSignature(AbbrevSection, InfoSection); in write()
241 StringRef AbbrevSection; variable280 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection()
639 .Case("debug_abbrev", &AbbrevSection) in DWARFContextInMemory()