Home
last modified time | relevance | path

Searched refs:const_name (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp613 ConstString const_name(name); in FindValue() local
615 variable_list.FindVariable(const_name, value_type)); in FindValue()
658 ConstString const_name(name); in FindValue() local
660 target->GetPersistentVariable(const_name)); in FindValue()
H A DSBTarget.cpp1632 ConstString const_name(abi_name.c_str()); in GetABIName() local
1633 return const_name.GetCString(); in GetABIName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3701 ConstString const_name(name); in CopyUniqueClassMethodTypes() local
3703 map_artificial.Append(const_name, die); in CopyUniqueClassMethodTypes()
3705 map.Append(const_name, die); in CopyUniqueClassMethodTypes()
H A DSymbolFileDWARF.cpp1988 ConstString const_name(name); in UpdateExternalModuleListIfNeeded() local
1989 ModuleSP &module_sp = m_external_type_modules[const_name]; in UpdateExternalModuleListIfNeeded()