Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp473 std::string fixed_scratch("_ZNK"); in GenerateAlternateFunctionManglings() local
474 fixed_scratch.append(mangled_name.GetCString() + 3); in GenerateAlternateFunctionManglings()
475 alternates.push_back(ConstString(fixed_scratch)); in GenerateAlternateFunctionManglings()
481 std::string fixed_scratch("_ZL"); in GenerateAlternateFunctionManglings() local
482 fixed_scratch.append(mangled_name.GetCString() + 2); in GenerateAlternateFunctionManglings()
483 alternates.push_back(ConstString(fixed_scratch)); in GenerateAlternateFunctionManglings()