Home
last modified time | relevance | path

Searched refs:AccelType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h118 enum class AccelType : uint8_t { None, Name, Namespace, ObjC, Type }; enum
141 AccelType Type = AccelType::None;
H A DDWARFLinkerUnit.cpp209 case DwarfUnit::AccelType::Name: { in emitPubAccelerators()
214 case DwarfUnit::AccelType::Type: { in emitPubAccelerators()
H A DDWARFLinkerImpl.cpp1218 case DwarfUnit::AccelType::None: { in emitAppleAcceleratorSections()
1221 case DwarfUnit::AccelType::Namespace: { in emitAppleAcceleratorSections()
1227 case DwarfUnit::AccelType::Name: { in emitAppleAcceleratorSections()
1233 case DwarfUnit::AccelType::ObjC: { in emitAppleAcceleratorSections()
1239 case DwarfUnit::AccelType::Type: { in emitAppleAcceleratorSections()
1354 case DwarfUnit::AccelType::Name: in emitDWARFv5DebugNamesSection()
1355 case DwarfUnit::AccelType::Namespace: in emitDWARFv5DebugNamesSection()
1356 case DwarfUnit::AccelType::Type: { in emitDWARFv5DebugNamesSection()