Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
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 …]
DCFCMutableArray.cpp79 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue()
97 bool can_create) { in AppendCStringAsCFString()
115 const char *s, bool can_create) { in AppendFileSystemRepresentationAsCFString()
DCFCMutableSet.cpp51 const void *CFCMutableSet::AddValue(const void *value, bool can_create) { in AddValue()
/external/llvm-project/lldb/source/Core/
DValueObjectSyntheticFilter.cpp236 bool can_create) { in GetChildAtIndex()
309 bool can_create) { in GetChildMemberWithName()
DValueObjectConstResultCast.cpp37 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
DValueObjectConstResultChild.cpp44 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
DValueObjectConstResultImpl.cpp106 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
DValueObject.cpp428 ValueObjectSP ValueObject::GetChildAtIndex(size_t idx, bool can_create) { in GetChildAtIndex()
522 bool can_create) { in GetChildMemberWithName()
1696 bool can_create) { in GetSyntheticArrayMember()
1723 bool can_create) { in GetSyntheticBitFieldChild()
1757 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
1795 bool can_create, in GetSyntheticBase()
1850 bool can_create) { in GetSyntheticExpressionPathChild()
DValueObjectRegister.cpp129 bool can_create) { in GetChildMemberWithName()
DValueObjectConstResult.cpp251 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset()
DAddress.cpp706 bool can_create = true; in Dump() local
DPluginManager.cpp1291 ConstString plugin_type_desc, bool can_create) { in GetDebuggerPropertyForPlugins()
1327 ConstString plugin_type_desc, bool can_create) { in GetDebuggerPropertyForPluginsOldStyle()
DDebugger.cpp1200 Debugger::GetScriptInterpreter(bool can_create, in GetScriptInterpreter()
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp388 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList()
402 Block::AppendBlockVariables(bool can_create, bool get_child_block_variables, in AppendBlockVariables()
432 uint32_t Block::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables()
DTypeSystem.cpp295 Module *module, bool can_create) { in GetTypeSystemForLanguage()
307 Target *target, bool can_create) { in GetTypeSystemForLanguage()
DCompileUnit.cpp199 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList()
DFunction.cpp344 Block &Function::GetBlock(bool can_create) { in GetBlock()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp96 ImageInfo &image_info, bool can_create, bool *did_create_ptr) { in FindTargetModuleForImageInfo()
582 const bool can_create = true; in UpdateSpecialBinariesFromNewImageInfos() local
597 const bool can_create = true; in UpdateSpecialBinariesFromNewImageInfos() local
613 const bool can_create = true; in UpdateDYLDImageInfoFromNewImageInfo() local
DDynamicLoaderMacOSXDYLD.cpp939 const bool can_create = true; in UpdateImageInfosHeaderAndLoadCommands() local
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp425 const bool can_create = true; in GetVariableList() local
466 const bool can_create = true; in GetInScopeVariableList() local
1398 const bool can_create = true; in GetValueForOffset() local
1441 const bool can_create = true; in GetValueForDereferincingOffset() local
1733 const bool can_create = true; in FindVariable() local
DStackFrameList.cpp632 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames()
/external/llvm-project/lldb/source/API/
DSBBlock.cpp118 void SBBlock::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables()
DSBFrame.cpp606 const bool can_create = true; in FindValue() local
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp681 bool can_create) { in GetRegisterSetIndexByName()
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp414 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory()

12