Searched refs:FunctionNameRepresentation (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Language.h | 141 enum class FunctionNameRepresentation { enum 253 FunctionNameRepresentation representation,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.h | 141 FunctionNameRepresentation representation,
|
| H A D | CPlusPlusLanguage.cpp | 1513 FunctionNameRepresentation representation, Stream &s) { in GetFunctionDisplayName() 1515 case FunctionNameRepresentation::eNameWithArgs: { in GetFunctionDisplayName()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Language.cpp | 464 FunctionNameRepresentation representation, in GetFunctionDisplayName()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1588 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()
|