Home
last modified time | relevance | path

Searched refs:SetVariableList (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dcmake.py191 def SetVariableList(output, variable_name, values): function
264 SetVariableList(output, inputs_name,
271 SetVariableList(output, outputs_name, cmake_outputs)
349 SetVariableList(output, inputs_name,
499 SetVariableList(output, copy.inputs_name, copy.cmake_inputs)
502 SetVariableList(output, copy.outputs_name, copy.cmake_outputs)
689 SetVariableList(output, other_srcs_name,
821 SetVariableList(output, includes_name,
/external/lldb/include/lldb/Symbol/
DCompileUnit.h341 SetVariableList (lldb::VariableListSP& variable_list_sp);
DBlock.h419 SetVariableList (lldb::VariableListSP& variable_list_sp) in SetVariableList() function
/external/lldb/source/Symbol/
DCompileUnit.cpp433 CompileUnit::SetVariableList(VariableListSP &variables) in SetVariableList() function in CompileUnit
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7154 sc.comp_unit->SetVariableList(variables); in ParseVariablesForContext()
7650 sc.comp_unit->SetVariableList(variable_list_sp); in ParseVariables()
7692 block->SetVariableList(variable_list_sp); in ParseVariables()