Home
last modified time | relevance | path

Searched defs:DebugMacroEntry (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry() function in DebugMacroEntry
20 DebugMacroEntry::DebugMacroEntry(EntryType type, in DebugMacroEntry() function in DebugMacroEntry
/external/llvm-project/lldb/include/lldb/Symbol/
DDebugMacros.h42 DebugMacroEntry() : m_type(INVALID) {} in DebugMacroEntry() function