Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Core/
DRichManglingContextTest.cpp104 const char *ShortMangled = "_ZN3foo3barEv"; in TEST() local
126 EXPECT_TRUE(RMC.FromItaniumName(ConstString(ShortMangled))); in TEST()