Home
last modified time | relevance | path

Searched defs:variable_sp (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBBlock.cpp257 if (variable_sp) { in GetVariables() local
312 if (variable_sp) { in GetVariables() local
H A DSBFunction.cpp191 if (!variable_sp) in GetArgumentName() local
H A DSBFrame.cpp614 VariableSP variable_sp( FindValue() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp959 for (VariableSP variable_sp : m_variables) { ResolveSymbolContext() local
1094 for (VariableSP variable_sp : m_variables) { FindGlobalVariables() local
1110 for (VariableSP variable_sp : m_variables) { FindGlobalVariables() local
[all...]
/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp807 EntityVariable(lldb::VariableSP & variable_sp) EntityVariable() argument
891 AddVariable(lldb::VariableSP & variable_sp,Status & err) AddVariable() argument
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1147 GetValueObjectForFrameVariable(const VariableSP & variable_sp,DynamicValueType use_dynamic) GetValueObjectForFrameVariable() argument
H A DTarget.cpp2724 lldb::ExpressionVariableSP variable_sp; GetPersistentVariable() local