Home
last modified time | relevance | path

Searched refs:MacroEntryType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp66 llvm::dwarf::MacroEntryType type = in ReadMacroEntries()
67 static_cast<llvm::dwarf::MacroEntryType>(debug_macro_data.GetU8(offset)); in ReadMacroEntries()
125 type = static_cast<llvm::dwarf::MacroEntryType>( in ReadMacroEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h797 enum MacroEntryType { enum