Home
last modified time | relevance | path

Searched defs:SetVariableList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h331 void SetVariableList(lldb::VariableListSP &variable_list_sp) { in SetVariableList() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp389 void CompileUnit::SetVariableList(VariableListSP &variables) { in SetVariableList() function in CompileUnit