/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectSyntheticFilter.cpp | 238 GetChildAtIndex(size_t idx,bool can_create) GetChildAtIndex() argument 311 GetChildMemberWithName(llvm::StringRef name,bool can_create) GetChildMemberWithName() argument
|
H A D | ValueObjectConstResultCast.cpp | 37 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
|
H A D | ValueObjectConstResultChild.cpp | 44 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
|
H A D | ValueObjectConstResultImpl.cpp | 113 GetSyntheticChildAtOffset(uint32_t offset,const CompilerType & type,bool can_create,ConstString name_const_str) GetSyntheticChildAtOffset() argument
|
H A D | ValueObject.cpp | 375 ValueObjectSP ValueObject::GetChildAtIndex(uint32_t idx, bool can_create) { in GetChildAtIndex() argument 416 bool can_create) { in GetChildMemberWithName() argument 1584 GetSyntheticArrayMember(size_t index,bool can_create) GetSyntheticArrayMember() argument 1611 GetSyntheticBitFieldChild(uint32_t from,uint32_t to,bool can_create) GetSyntheticBitFieldChild() argument 1647 GetSyntheticChildAtOffset(uint32_t offset,const CompilerType & type,bool can_create,ConstString name_const_str) GetSyntheticChildAtOffset() argument 1684 GetSyntheticBase(uint32_t offset,const CompilerType & type,bool can_create,ConstString name_const_str) GetSyntheticBase() argument 1739 GetSyntheticExpressionPathChild(const char * expression,bool can_create) GetSyntheticExpressionPathChild() argument [all...] |
H A D | ValueObjectRegister.cpp | 132 GetChildMemberWithName(llvm::StringRef name,bool can_create) GetChildMemberWithName() argument
|
H A D | ValueObjectConstResult.cpp | 252 GetSyntheticChildAtOffset(uint32_t offset,const CompilerType & type,bool can_create,ConstString name_const_str) GetSyntheticChildAtOffset() argument
|
H A D | Address.cpp | 726 bool can_create = true; Dump() local
|
H A D | PluginManager.cpp | 1550 GetDebuggerPropertyForPlugins(Debugger & debugger,llvm::StringRef plugin_type_name,llvm::StringRef plugin_type_desc,bool can_create) GetDebuggerPropertyForPlugins() argument 1586 GetDebuggerPropertyForPluginsOldStyle(Debugger & debugger,llvm::StringRef plugin_type_name,llvm::StringRef plugin_type_desc,bool can_create) GetDebuggerPropertyForPluginsOldStyle() argument
|
H A D | Module.cpp | 992 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile() argument
|
H A D | Debugger.cpp | 1644 GetScriptInterpreter(bool can_create,std::optional<lldb::ScriptLanguage> language) GetScriptInterpreter() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Block.cpp | 399 GetBlockVariableList(bool can_create) GetBlockVariableList() argument 413 AppendBlockVariables(bool can_create,bool get_child_block_variables,bool stop_if_child_block_is_inlined_function,const std::function<bool (Variable *)> & filter,VariableList * variable_list) AppendBlockVariables() argument 443 AppendVariables(bool can_create,bool get_parent_variables,bool stop_if_block_is_inlined_function,const std::function<bool (Variable *)> & filter,VariableList * variable_list) AppendVariables() argument
|
H A D | TypeSystem.cpp | 318 if (can_create) { in GetTypeSystemForLanguage() argument 330 if (can_create) { in GetTypeSystemForLanguage() argument
|
H A D | CompileUnit.cpp | 205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() argument
|
H A D | Function.cpp | 370 GetBlock(bool can_create) GetBlock() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 435 const bool can_create = true; in GetVariableList() local 486 const bool can_create = true; in GetInScopeVariableList() local 1443 const bool can_create = true; GetValueForDereferincingOffset() local 1735 const bool can_create = true; FindVariable() local
|
H A D | DynamicRegisterInfo.cpp | 714 bool can_create) { in GetRegisterSetIndexByName()
|
H A D | StackFrameList.cpp | 638 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() argument
|
H A D | Target.cpp | 223 GetREPL(Status & err,lldb::LanguageType language,const char * repl_options,bool can_create) GetREPL() argument 761 FindBreakpointName(ConstString name,bool can_create,Status & error) FindBreakpointName() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBBlock.cpp | 114 AppendVariables(bool can_create,bool get_parent_variables,lldb_private::VariableList * var_list) AppendVariables() argument
|
H A D | SBFrame.cpp | 595 const bool can_create = true; in FindValue() local
|
H A D | SBValue.cpp | 670 const bool can_create = true; GetChildAtIndex() local
|
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatManager.cpp | 403 GetCategory(ConstString category_name,bool can_create) GetCategory() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 185 GetSymbolFile(bool can_create=true,lldb_private::Stream * feedback_strm=nullptr) GetSymbolFile() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 931 const bool can_create = true; DoExecute() local 994 const bool can_create = true; DoExecute() local
|