Home
last modified time | relevance | path

Searched refs:END_FILE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDebugMacros.cpp48 return DebugMacroEntry(DebugMacroEntry::END_FILE, 0, 0, nullptr); in CreateEndFileEntry()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDebugMacros.h27 enum EntryType { INVALID, DEFINE, UNDEF, START_FILE, END_FILE, INDIRECT }; enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp152 case DebugMacroEntry::END_FILE: in AddMacros()