Home
last modified time | relevance | path

Searched refs:DebugMacros (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DDebugMacros.h21 class DebugMacros; variable
22 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;
H A DCompileUnit.h240 DebugMacros *GetDebugMacros();
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCMakeLists.txt18 DebugMacros.cpp
H A DCompileUnit.cpp188 DebugMacros *CompileUnit::GetDebugMacros() { in GetDebugMacros()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Symbol/
H A DBUILD.gn23 "DebugMacros.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp139 static void AddMacros(const DebugMacros *dm, CompileUnit *comp_unit, in AddMacros()
406 DebugMacros *dm = sc.comp_unit->GetDebugMacros(); in GetText()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1187 lldb_private::DebugMacrosSP debug_macros_sp(new lldb_private::DebugMacros()); in ParseDebugMacros()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4613 lldb/source/Symbol/DebugMacros.cpp