Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDebugMacros.cpp16 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry() function in DebugMacroEntry
21 DebugMacroEntry::DebugMacroEntry(EntryType type, in DebugMacroEntry() function in DebugMacroEntry
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDebugMacros.h42 DebugMacroEntry() : m_type(INVALID) {} in DebugMacroEntry() function