Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugMacro.cpp64 llvm::dwarf::MacroEntryType type = in ReadMacroEntries()
65 static_cast<llvm::dwarf::MacroEntryType>(debug_macro_data.GetU8(offset)); in ReadMacroEntries()
123 type = static_cast<llvm::dwarf::MacroEntryType>( in ReadMacroEntries()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h305 enum MacroEntryType { enum