Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp237 bool can_create) { in GetChildAtIndex()
310 bool can_create) { in GetChildMemberWithName()
H A DValueObjectConstResultCast.cpp37 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
H A DValueObject.cpp376 ValueObjectSP ValueObject::GetChildAtIndex(size_t idx, bool can_create) { in GetChildAtIndex()
470 bool can_create) { in GetChildMemberWithName()
1628 bool can_create) { in GetSyntheticArrayMember()
1655 bool can_create) { in GetSyntheticBitFieldChild()
1689 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
1727 bool can_create, in GetSyntheticBase()
1782 bool can_create) { in GetSyntheticExpressionPathChild()
H A DValueObjectConstResultChild.cpp44 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
H A DValueObjectConstResultImpl.cpp113 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
H A DValueObjectRegister.cpp132 bool can_create) { in GetChildMemberWithName()
H A DValueObjectConstResult.cpp252 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
H A DAddress.cpp721 bool can_create = true; in Dump() local
H A DPluginManager.cpp1397 ConstString plugin_type_desc, bool can_create) { in GetDebuggerPropertyForPlugins()
1433 ConstString plugin_type_desc, bool can_create) { in GetDebuggerPropertyForPluginsOldStyle()
H A DModule.cpp1052 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp399 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList()
413 Block::AppendBlockVariables(bool can_create, bool get_child_block_variables, in AppendBlockVariables()
443 uint32_t Block::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables()
H A DTypeSystem.cpp292 Module *module, bool can_create) { in GetTypeSystemForLanguage()
304 Target *target, bool can_create) { in GetTypeSystemForLanguage()
H A DCompileUnit.cpp209 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList()
H A DFunction.cpp345 Block &Function::GetBlock(bool can_create) { in GetBlock()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp97 ImageInfo &image_info, bool can_create, bool *did_create_ptr) { in FindTargetModuleForImageInfo()
562 const bool can_create = true; in UpdateSpecialBinariesFromNewImageInfos() local
596 const bool can_create = true; in UpdateSpecialBinariesFromNewImageInfos() local
612 const bool can_create = true; in UpdateDYLDImageInfoFromNewImageInfo() local
H A DDynamicLoaderMacOSXDYLD.cpp955 const bool can_create = true; in UpdateImageInfosHeaderAndLoadCommands() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp435 const bool can_create = true; in GetVariableList() local
486 const bool can_create = true; in GetInScopeVariableList() local
1408 const bool can_create = true; in GetValueForOffset() local
1451 const bool can_create = true; in GetValueForDereferincingOffset() local
1743 const bool can_create = true; in FindVariable() local
H A DDynamicRegisterInfo.cpp700 bool can_create) { in GetRegisterSetIndexByName()
H A DStackFrameList.cpp619 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp114 void SBBlock::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables()
H A DSBFrame.cpp593 const bool can_create = true; in FindValue() local
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp403 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory()

12