/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCMutableDictionary.cpp | 80 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 D | CFCMutableArray.cpp | 78 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 D | CFCMutableSet.cpp | 50 const void *CFCMutableSet::AddValue(const void *value, bool can_create) { in AddValue()
|
/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResultCast.cpp |
|
H A D | ValueObjectSyntheticFilter.cpp |
|
H A D | ValueObjectConstResultChild.cpp |
|
H A D | ValueObjectConstResultImpl.cpp |
|
H A D | ValueObjectRegister.cpp |
|
H A D | ValueObject.cpp |
|
H A D | ValueObjectConstResult.cpp |
|
H A D | Address.cpp | 727 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 GetSymbolFile(bool can_create,Stream * feedback_strm) GetSymbolFile() argument
|
/llvm-project/lldb/source/Symbol/ |
H A D | Block.cpp | 415 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 D | TypeSystem.cpp | 317 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 D | CompileUnit.cpp | 205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() argument
|
H A D | Function.cpp | 371 GetBlock(bool can_create) GetBlock() argument
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 91 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 D | DynamicLoaderMacOSXDYLD.cpp | 956 const bool can_create = true; UpdateImageInfosHeaderAndLoadCommands() local
|
/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 435 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 D | DynamicRegisterInfo.cpp | 714 GetRegisterSetIndexByName(const ConstString & set_name,bool can_create) GetRegisterSetIndexByName() argument
|
H A D | StackFrameList.cpp | 638 GetNumFrames(bool can_create) GetNumFrames() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBBlock.cpp | 115 void SBBlock::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
|
H A D | SBFrame.cpp | 595 const bool can_create = true; FindValue() local
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatManager.cpp | 407 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory() argument
|