Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h350 void SetDebugMacros(const DebugMacrosSP &debug_macros);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp197 void CompileUnit::SetDebugMacros(const DebugMacrosSP &debug_macros_sp) { in SetDebugMacros() function in CompileUnit
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1329 comp_unit.SetDebugMacros(ParseDebugMacros(&sect_offset)); in ParseDebugMacros()