Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h252 DebugMacros *GetDebugMacros();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp417 DebugMacros *dm = sc.comp_unit->GetDebugMacros(); in GetText()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp185 DebugMacros *CompileUnit::GetDebugMacros() { in GetDebugMacros() function in CompileUnit