Searched defs:GetVariableList (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Symbol/
H A DCompileUnit.cpp268 CompileUnit::GetVariableList(bool can_create) function in class:CompileUnit
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DShaderLang.cpp107 const std::vector<VarT> *GetVariableList(const TCompiler *compiler, ShaderVariableType variableType);
110 const std::vector<sh::Uniform> *GetVariableList(const TCompiler *compiler, ShaderVariableType) function in namespace:__anon11540
116 const std::vector<sh::Varying> *GetVariableList(const TCompiler *compiler, ShaderVariableType) function in namespace:__anon11540
122 const std::vector<sh::Attribute> *GetVariableList(const TCompiler *compiler, ShaderVariableType variableType) function in namespace:__anon11540
130 const std::vector<sh::InterfaceBlock> *GetVariableList(const TCompiler *compiler, ShaderVariableType) function in namespace:__anon11540
150 return GetVariableList<VarT>(compiler, variableType);
/external/lldb/source/Target/
H A DStackFrame.cpp478 StackFrame::GetVariableList (bool get_file_globals) function in class:StackFrame
506 VariableListSP global_variable_list_sp (m_sc.comp_unit->GetVariableList(true));
536 VariableListSP global_variable_list_sp (m_sc.comp_unit->GetVariableList(true));
1175 VariableList *var_list = GetVariableList (true);
1210 VariableList *var_list = GetVariableList (true);

Completed in 118 milliseconds