Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp212 Info.Type = DwarfUnit::AccelType::Name; in saveNameRecord()
227 Info.Type = DwarfUnit::AccelType::Namespace; in saveNamespaceRecord()
238 Info.Type = DwarfUnit::AccelType::Namespace; in saveNamespaceRecord()
252 Info.Type = DwarfUnit::AccelType::ObjC; in saveObjCNameRecord()
270 Info.Type = DwarfUnit::AccelType::Type; in saveTypeRecord()
284 Info.Type = DwarfUnit::AccelType::Type; in saveTypeRecord()
H A DDWARFLinkerUnit.h113 enum class AccelType : uint8_t { None, Name, Namespace, ObjC, Type }; enum
136 AccelType Type = AccelType::None;
H A DDWARFLinkerUnit.cpp211 case DwarfUnit::AccelType::Name: { in emitPubAccelerators()
216 case DwarfUnit::AccelType::Type: { in emitPubAccelerators()
H A DDWARFLinkerImpl.cpp1222 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()
1358 case DwarfUnit::AccelType::Name: in emitDWARFv5DebugNamesSection()
1359 case DwarfUnit::AccelType::Namespace: in emitDWARFv5DebugNamesSection()
1360 case DwarfUnit::AccelType::Type: { in emitDWARFv5DebugNamesSection()