Lines Matching refs:DwarfUnit
1016 CU->forEachAcceleratorRecord([&](DwarfUnit::AccelInfo &Info) { in forEachOutputString()
1074 function_ref<void(DwarfUnit *CU)> UnitHandler) { in forEachCompileAndTypeUnit()
1216 forEachCompileAndTypeUnit([&](DwarfUnit *CU) { in emitAppleAcceleratorSections()
1217 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitAppleAcceleratorSections()
1220 case DwarfUnit::AccelType::None: { in emitAppleAcceleratorSections()
1223 case DwarfUnit::AccelType::Namespace: { in emitAppleAcceleratorSections()
1229 case DwarfUnit::AccelType::Name: { in emitAppleAcceleratorSections()
1235 case DwarfUnit::AccelType::ObjC: { in emitAppleAcceleratorSections()
1241 case DwarfUnit::AccelType::Type: { in emitAppleAcceleratorSections()
1348 forEachCompileAndTypeUnit([&](DwarfUnit *CU) { in emitDWARFv5DebugNamesSection()
1350 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitDWARFv5DebugNamesSection()
1356 case DwarfUnit::AccelType::Name: in emitDWARFv5DebugNamesSection()
1357 case DwarfUnit::AccelType::Namespace: in emitDWARFv5DebugNamesSection()
1358 case DwarfUnit::AccelType::Type: { in emitDWARFv5DebugNamesSection()