Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h105 FunctionNameRepresentation representation,
H A DCPlusPlusLanguage.cpp2000 FunctionNameRepresentation representation, Stream &s) { in GetFunctionDisplayName()
2002 case FunctionNameRepresentation::eNameWithArgs: { in GetFunctionDisplayName()
2018 case FunctionNameRepresentation::eNameWithNoArgs: in GetFunctionDisplayName()
2019 case FunctionNameRepresentation::eName: in GetFunctionDisplayName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h151 enum class FunctionNameRepresentation { enum
372 FunctionNameRepresentation representation,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp515 FunctionNameRepresentation representation, in GetFunctionDisplayName()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1246 sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithArgs, ss); in HandleFunctionNameWithArgs()
1790 *sc, exe_ctx, Language::FunctionNameRepresentation::eName, ss); in Format()
1822 *sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithNoArgs, in Format()