Home
last modified time | relevance | path

Searched defs:GetVariable (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DValueObjectVariable.h66 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable() function
DValueObjectDynamicValue.h85 lldb::VariableSP GetVariable() override { in GetVariable() function
DValueObject.h765 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h92 Instruction* GetVariable() const { return variable_inst_; } in GetVariable() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dcopy_prop_arrays.h92 Instruction* GetVariable() const { return variable_inst_; } in GetVariable() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h92 Instruction* GetVariable() const { return variable_inst_; } in GetVariable() function
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h161 lldb::ExpressionVariableSP GetVariable(ConstString name) { in GetVariable() function
172 lldb::ExpressionVariableSP GetVariable(llvm::StringRef name) { in GetVariable() function
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dtf_saved_model_api.cc212 Status TFSavedModelAPI::GetVariable(const std::string& variable_path, in GetVariable() function in tensorflow::TFSavedModelAPI
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteOutArgs.cpp71 const TVariable *GetVariable(TIntermNode &node) in GetVariable() function
/external/llvm-project/lldb/source/Core/
DValue.cpp603 Variable *Value::GetVariable() { in GetVariable() function in Value
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.cpp956 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate