Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp152 static bool isGuardVariableSymbol(llvm::StringRef mangled_symbol, in isGuardVariableSymbol() function
179 bool is_guard_var = isGuardVariableSymbol(result_name, /*MS ABI*/ false); in CreateResultVariable()
1482 if (!GV || !GV->hasName() || !isGuardVariableSymbol(GV->getName())) in isGuardVariableRef()