Lines Matching defs:DebugNames
1135 AccelTableKind::DebugNames))
1136 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugNames);
1150 AccelTableKind::DebugNames)) {
1341 std::unique_ptr<DWARF5AccelTable> DebugNames;
1351 if (DebugNames == nullptr)
1352 DebugNames = std::make_unique<DWARF5AccelTable>();
1359 DebugNames->addName(*DebugStrStrings.getExistingEntry(Info.String),
1378 if (DebugNames != nullptr) {
1383 CommonSections.getSectionDescriptor(DebugSectionKind::DebugNames);
1392 Emitter.emitDebugNames(*DebugNames, CompUnits, CUidToIdx);