Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompileUnit.h239 DebugMacros *GetDebugMacros();
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp367 DebugMacros *dm = sc.comp_unit->GetDebugMacros(); in GetText()
/external/llvm-project/lldb/source/Symbol/
DCompileUnit.cpp179 DebugMacros *CompileUnit::GetDebugMacros() { in GetDebugMacros() function in CompileUnit