Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp614 ConstString const_name(name); in FindValue() local
616 variable_list.FindVariable(const_name, value_type)); in FindValue()
659 ConstString const_name(name); in FindValue() local
661 target->GetPersistentVariable(const_name)); in FindValue()
H A DSBTarget.cpp1594 ConstString const_name(abi_name.c_str()); in GetABIName() local
1595 return const_name.GetCString(); in GetABIName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3638 ConstString const_name(name); in CopyUniqueClassMethodTypes() local
3640 map_artificial.Append(const_name, die); in CopyUniqueClassMethodTypes()
3642 map.Append(const_name, die); in CopyUniqueClassMethodTypes()
H A DSymbolFileDWARF.cpp1966 ConstString const_name(name); in UpdateExternalModuleListIfNeeded() local
1967 ModuleSP &module_sp = m_external_type_modules[const_name]; in UpdateExternalModuleListIfNeeded()