Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dstack_trace_posix.cc104 std::string mangled_symbol = in DemangleSymbols() local
110 abi::__cxa_demangle(mangled_symbol.c_str(), nullptr, 0, &status)); in DemangleSymbols()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp159 static bool isGuardVariableSymbol(llvm::StringRef mangled_symbol, in isGuardVariableSymbol() argument
161 bool result = mangled_symbol.startswith("_ZGV"); // Itanium ABI guard variable in isGuardVariableSymbol()
163 result |= mangled_symbol.endswith("@4IA"); // Microsoft ABI in isGuardVariableSymbol()