Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp135 stream.Printf("#define %s\n", entry.GetMacroString().AsCString()); in AddMacros()
141 stream.Printf("#undef %s\n", entry.GetMacroString().AsCString()); in AddMacros()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDebugMacros.h50 ConstString GetMacroString() const { return m_str; } in GetMacroString() function