Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp413 std::string fixed_scratch("_ZNK"); in FindAlternateFunctionManglings() local
414 fixed_scratch.append(mangled_name.GetCString() + 3); in FindAlternateFunctionManglings()
415 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()
421 std::string fixed_scratch("_ZL"); in FindAlternateFunctionManglings() local
422 fixed_scratch.append(mangled_name.GetCString() + 2); in FindAlternateFunctionManglings()
423 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()