Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompileUnit.h335 void SetDebugMacros(const DebugMacrosSP &debug_macros);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp226 void CompileUnit::SetDebugMacros(const DebugMacrosSP &debug_macros_sp) { in SetDebugMacros() function in CompileUnit
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1157 comp_unit.SetDebugMacros(ParseDebugMacros(&sect_offset)); in ParseDebugMacros()