Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h141 enum class FunctionNameRepresentation { enum
253 FunctionNameRepresentation representation,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h141 FunctionNameRepresentation representation,
H A DCPlusPlusLanguage.cpp1513 FunctionNameRepresentation representation, Stream &s) { in GetFunctionDisplayName()
1515 case FunctionNameRepresentation::eNameWithArgs: { in GetFunctionDisplayName()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp464 FunctionNameRepresentation representation, in GetFunctionDisplayName()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1588 sc, exe_ctx, Language::FunctionNameRepresentation::eName, ss); in Format()
1634 sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithNoArgs, in Format()
1668 sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithArgs, ss); in Format()