Home
last modified time | relevance | path

Searched defs:GetFunctionName (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h69 ConstString GetFunctionName() { return m_name; } in GetFunctionName() function
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h363 const char *GetFunctionName() const { return m_function_name.c_str(); } GetFunctionName() function
/llvm-project/lldb/source/API/
H A DSBFrame.cpp1232 return static_cast<const SBFrame *>(this)->GetFunctionName(); in GetFunctionName() function in SBFrame
1205 const char *SBFrame::GetFunctionName() { GetFunctionName() function in SBFrame
/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp665 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { GetFunctionName() function in SymbolContext
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1048 const std::string &GetFunctionName() { return m_function_name; } GetFunctionName() function in CommandObjectPythonFunction
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1784 auto GetFunctionName = [](Intrinsic::ID IID, ConstantInt *ElementSizeCI) { makeStatepointExplicitImpl() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1243 auto GetFunctionName = [&]() { checkFortifiedBuiltinMemoryFunction() local