Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h132 ConstString GetNameNoArguments() const;
H A DFunction.h524 ConstString GetNameNoArguments() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp696 ConstString Function::GetNameNoArguments() const { in GetNameNoArguments() function in Function
H A DSymbol.cpp554 ConstString Symbol::GetNameNoArguments() const { in GetNameNoArguments() function in Symbol
H A DSymbolContext.cpp95 name = function->GetNameNoArguments(); in DumpStopContext()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1638 name = sc->function->GetNameNoArguments(); in Format()
1640 name = sc->symbol->GetNameNoArguments(); in Format()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp437 if (func_sp && name == func_sp->GetNameNoArguments()) { in FindFunctions()