Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp408 std::string fixed_scratch("_ZNK"); in FindAlternateFunctionManglings() local
409 fixed_scratch.append(mangled_name.GetCString() + 3); in FindAlternateFunctionManglings()
410 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()
416 std::string fixed_scratch("_ZL"); in FindAlternateFunctionManglings() local
417 fixed_scratch.append(mangled_name.GetCString() + 2); in FindAlternateFunctionManglings()
418 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings()