xref: /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.td (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
1include "../../../../include/lldb/Core/PropertiesBase.td"
2
3let Definition = "symbolfiledwarf" in {
4  def IgnoreIndexes: Property<"ignore-file-indexes", "Boolean">,
5    Global,
6    DefaultFalse,
7    Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
8}
9