Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp65 llvm::dwarf::MacroEntryType type = in ReadMacroEntries()
66 static_cast<llvm::dwarf::MacroEntryType>(debug_macro_data.GetU8(offset)); in ReadMacroEntries()
124 type = static_cast<llvm::dwarf::MacroEntryType>( in ReadMacroEntries()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h472 enum MacroEntryType { enum