Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp682 std::string fixed_scratch("_ZNK"); in GenerateAlternateFunctionManglings() local
683 fixed_scratch.append(mangled_name.GetCString() + 3); in GenerateAlternateFunctionManglings()
684 alternates.push_back(ConstString(fixed_scratch)); in GenerateAlternateFunctionManglings()
690 std::string fixed_scratch("_ZL"); in GenerateAlternateFunctionManglings() local
691 fixed_scratch.append(mangled_name.GetCString() + 2); in GenerateAlternateFunctionManglings()
692 alternates.push_back(ConstString(fixed_scratch)); in GenerateAlternateFunctionManglings()