Lines Matching refs:DwarfUnit
1018 CU->forEachAcceleratorRecord([&](DwarfUnit::AccelInfo &Info) { in forEachOutputString()
1076 function_ref<void(DwarfUnit *CU)> UnitHandler) { in forEachCompileAndTypeUnit()
1218 forEachCompileAndTypeUnit([&](DwarfUnit *CU) { in emitAppleAcceleratorSections()
1219 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitAppleAcceleratorSections()
1222 case DwarfUnit::AccelType::None: { in emitAppleAcceleratorSections()
1225 case DwarfUnit::AccelType::Namespace: { in emitAppleAcceleratorSections()
1231 case DwarfUnit::AccelType::Name: { in emitAppleAcceleratorSections()
1237 case DwarfUnit::AccelType::ObjC: { in emitAppleAcceleratorSections()
1243 case DwarfUnit::AccelType::Type: { in emitAppleAcceleratorSections()
1350 forEachCompileAndTypeUnit([&](DwarfUnit *CU) { in emitDWARFv5DebugNamesSection()
1352 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitDWARFv5DebugNamesSection()
1358 case DwarfUnit::AccelType::Name: in emitDWARFv5DebugNamesSection()
1359 case DwarfUnit::AccelType::Namespace: in emitDWARFv5DebugNamesSection()
1360 case DwarfUnit::AccelType::Type: { in emitDWARFv5DebugNamesSection()