enum class DwarfLinkerAccelTableKind
Description
The kind of accelerator tables we should emit.
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:33
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Apple | 1 | .apple_names, .apple_namespaces, .apple_types, .apple_objc. |
Dwarf | 2 | DWARF v5 .debug_names. |
Default | 3 | Dwarf for DWARF5 or later, Apple otherwise. |
Pub | 4 | .debug_pubnames, .debug_pubtypes |