Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DRichManglingContextTest.cpp79 const char *ShortMangled = "_ZN3foo3barEv"; in TEST() local
101 EXPECT_TRUE(RMC.FromItaniumName(ConstString(ShortMangled))); in TEST()