Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary()
92 bool can_create) { in AddValue()
103 bool can_create) { in SetValue()
114 bool can_create) { in AddValueSInt8()
129 bool can_create) { in SetValueSInt8()
144 bool can_create) { in AddValueSInt16()
159 bool can_create) { in SetValueSInt16()
174 bool can_create) { in AddValueSInt32()
189 bool can_create) { in SetValueSInt32()
204 bool can_create) { in AddValueSInt64()
[all …]
H A DCFCMutableArray.cpp78 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue()
96 bool can_create) { in AppendCStringAsCFString()
114 const char *s, bool can_create) { in AppendFileSystemRepresentationAsCFString()
H A DCFCMutableSet.cpp50 const void *CFCMutableSet::AddValue(const void *value, bool can_create) { in AddValue()
/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp
H A DValueObjectSyntheticFilter.cpp
H A DValueObjectConstResultChild.cpp
H A DValueObjectConstResultImpl.cpp
H A DValueObjectRegister.cpp
H A DValueObject.cpp
H A DValueObjectConstResult.cpp
H A DAddress.cpp727 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 GetSymbolFile(bool can_create,Stream * feedback_strm) GetSymbolFile() argument
/llvm-project/lldb/source/Symbol/
H A DBlock.cpp415 GetBlockVariableList(bool can_create) GetBlockVariableList() argument
429 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
459 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.cpp317 GetTypeSystemForLanguage(lldb::LanguageType language,Module * module,bool can_create) GetTypeSystemForLanguage() argument
329 GetTypeSystemForLanguage(lldb::LanguageType language,Target * target,bool can_create) GetTypeSystemForLanguage() argument
H A DCompileUnit.cpp205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() argument
H A DFunction.cpp371 GetBlock(bool can_create) GetBlock() argument
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp91 FindTargetModuleForImageInfo(ImageInfo & image_info,bool can_create,bool * did_create_ptr) FindTargetModuleForImageInfo() argument
550 const bool can_create = true; UpdateSpecialBinariesFromNewImageInfos() local
584 const bool can_create = true; UpdateSpecialBinariesFromNewImageInfos() local
600 const bool can_create = true; UpdateDYLDImageInfoFromNewImageInfo() local
H A DDynamicLoaderMacOSXDYLD.cpp956 const bool can_create = true; UpdateImageInfosHeaderAndLoadCommands() local
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp435 const bool can_create = true; GetVariableList() local
486 const bool can_create = true; GetInScopeVariableList() local
1436 const bool can_create = true; GetValueForDereferincingOffset() local
1728 const bool can_create = true; FindVariable() local
H A DDynamicRegisterInfo.cpp714 GetRegisterSetIndexByName(const ConstString & set_name,bool can_create) GetRegisterSetIndexByName() argument
H A DStackFrameList.cpp638 GetNumFrames(bool can_create) GetNumFrames() argument
/llvm-project/lldb/source/API/
H A DSBBlock.cpp115 void SBBlock::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
H A DSBFrame.cpp595 const bool can_create = true; FindValue() local
/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp407 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory() argument

12