Searched refs:DebugMacros (Results 1 – 6 of 6) sorted by relevance
22 class DebugMacros; variable23 typedef std::shared_ptr<DebugMacros> DebugMacrosSP;54 DebugMacros *GetIndirectDebugMacros() const { in GetIndirectDebugMacros()71 class DebugMacros {73 DebugMacros() = default;75 ~DebugMacros() = default;91 DISALLOW_COPY_AND_ASSIGN(DebugMacros);
248 DebugMacros *GetDebugMacros();
123 static void AddMacros(const DebugMacros *dm, CompileUnit *comp_unit, in AddMacros()248 DebugMacros *dm = sc.comp_unit->GetDebugMacros(); in GetText()
212 DebugMacros *CompileUnit::GetDebugMacros() { in GetDebugMacros()
498 SRCS+= Symbol/DebugMacros.cpp
1126 lldb_private::DebugMacrosSP debug_macros_sp(new lldb_private::DebugMacros()); in ParseDebugMacros()