Searched refs:DebugMacros (Results 1 – 6 of 6) sorted by relevance
21 class DebugMacros; variable22 typedef std::shared_ptr<DebugMacros> DebugMacrosSP;54 DebugMacros *GetIndirectDebugMacros() const { in GetIndirectDebugMacros()71 class DebugMacros {73 DebugMacros() = default;75 ~DebugMacros() = default;91 DebugMacros(const DebugMacros &) = delete;92 const DebugMacros &operator=(const DebugMacros &) = delete;
14 #include "lldb/Symbol/DebugMacros.h"250 DebugMacros *GetDebugMacros();
140 static void AddMacros(const DebugMacros *dm, CompileUnit *comp_unit, in AddMacros()418 DebugMacros *dm = sc.comp_unit->GetDebugMacros(); in GetText()
185 DebugMacros *CompileUnit::GetDebugMacros() { in GetDebugMacros()
600 SRCS+= Symbol/DebugMacros.cpp
1298 lldb_private::DebugMacrosSP debug_macros_sp(new lldb_private::DebugMacros()); in ParseDebugMacros()