Lines Matching defs:DebugNames
725 /// Emits the header for a DebugNames section.
749 /// Emits the abbreviations for a DebugNames section.
768 /// Emits a simple CU offsets list for a DebugNames section containing a single
777 /// Emits the "NameTable" for a DebugNames section; according to the spec, it
878 assert(DI.DebugNames && "unexpected emitDebugNames() call");
879 const DebugNamesSection DebugNames = DI.DebugNames.value();
882 groupEntries(DebugNames.Entries);
887 DI.IsLittleEndian, StrpToEntries, DebugNames.Abbrevs);
893 std::string AbbrevData = emitDebugNamesAbbrev(DebugNames.Abbrevs);