Searched defs:GetVariable (Results 1 – 11 of 11) sorted by relevance
66 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable() function
85 lldb::VariableSP GetVariable() override { in GetVariable() function
765 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
92 Instruction* GetVariable() const { return variable_inst_; } in GetVariable() function
161 lldb::ExpressionVariableSP GetVariable(ConstString name) { in GetVariable() function172 lldb::ExpressionVariableSP GetVariable(llvm::StringRef name) { in GetVariable() function
212 Status TFSavedModelAPI::GetVariable(const std::string& variable_path, in GetVariable() function in tensorflow::TFSavedModelAPI
71 const TVariable *GetVariable(TIntermNode &node) in GetVariable() function
603 Variable *Value::GetVariable() { in GetVariable() function in Value
956 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate