Searched refs:get_file_globals (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h104 GetVariableList (bool get_file_globals);
107 GetInScopeVariableList (bool get_file_globals);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp683 const bool get_file_globals = true; local
685 VariableList *variable_list = frame->GetVariableList(get_file_globals);
828 const bool get_file_globals = true; local
830 VariableList *variable_list = frame->GetVariableList(get_file_globals);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp478 StackFrame::GetVariableList (bool get_file_globals) argument
497 get_file_globals)
518 StackFrame::GetInScopeVariableList (bool get_file_globals) argument
563 const bool get_file_globals = true; local
566 VariableListSP var_list_sp (GetInScopeVariableList (get_file_globals));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp384 bool get_file_globals = true; local
389 VariableList *variable_list = frame->GetVariableList (get_file_globals);

Completed in 111 milliseconds