Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp314 static ConstString g_platform_ios_simulator("ios-simulator"); in GetText() local
315 if (platform_sp->GetPluginName() == g_platform_ios_simulator) { in GetText()