Home
last modified time | relevance | path

Searched defs:can_create (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp238 GetChildAtIndex(size_t idx,bool can_create) GetChildAtIndex() argument
311 GetChildMemberWithName(llvm::StringRef name,bool can_create) GetChildMemberWithName() argument
H A DValueObjectConstResultCast.cpp37 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
H A DValueObjectConstResultChild.cpp44 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
H A DValueObjectConstResultImpl.cpp113 GetSyntheticChildAtOffset(uint32_t offset,const CompilerType & type,bool can_create,ConstString name_const_str) GetSyntheticChildAtOffset() argument
H A DValueObject.cpp375 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 DValueObjectRegister.cpp132 GetChildMemberWithName(llvm::StringRef name,bool can_create) GetChildMemberWithName() argument
H A DValueObjectConstResult.cpp252 GetSyntheticChildAtOffset(uint32_t offset,const CompilerType & type,bool can_create,ConstString name_const_str) GetSyntheticChildAtOffset() argument
H A DAddress.cpp726 bool can_create = true; Dump() local
H A DPluginManager.cpp1550 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 DModule.cpp992 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile() argument
H A DDebugger.cpp1644 GetScriptInterpreter(bool can_create,std::optional<lldb::ScriptLanguage> language) GetScriptInterpreter() argument
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp399 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 DTypeSystem.cpp318 if (can_create) { in GetTypeSystemForLanguage() argument
330 if (can_create) { in GetTypeSystemForLanguage() argument
H A DCompileUnit.cpp205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() argument
H A DFunction.cpp370 GetBlock(bool can_create) GetBlock() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp435 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 DDynamicRegisterInfo.cpp714 bool can_create) { in GetRegisterSetIndexByName()
H A DStackFrameList.cpp638 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() argument
H A DTarget.cpp223 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 DSBBlock.cpp114 AppendVariables(bool can_create,bool get_parent_variables,lldb_private::VariableList * var_list) AppendVariables() argument
H A DSBFrame.cpp595 const bool can_create = true; in FindValue() local
H A DSBValue.cpp670 const bool can_create = true; GetChildAtIndex() local
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp403 GetCategory(ConstString category_name,bool can_create) GetCategory() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp185 GetSymbolFile(bool can_create=true,lldb_private::Stream * feedback_strm=nullptr) GetSymbolFile() argument
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp931 const bool can_create = true; DoExecute() local
994 const bool can_create = true; DoExecute() local

12