Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h132 ConstString GetNameNoArguments() const;
H A DFunction.h524 ConstString GetNameNoArguments() const;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp697 ConstString Function::GetNameNoArguments() const { in GetNameNoArguments() function in Function
H A DSymbol.cpp550 ConstString Symbol::GetNameNoArguments() const { in GetNameNoArguments() function in Symbol
H A DSymbolContext.cpp96 name = function->GetNameNoArguments(); in DumpStopContext()
/src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1687 name = sc->function->GetNameNoArguments(); in Format()
1689 name = sc->symbol->GetNameNoArguments(); in Format()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp437 if (func_sp && name == func_sp->GetNameNoArguments()) { in FindFunctions()