Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h141 enum class FunctionNameRepresentation { enum
253 FunctionNameRepresentation representation,
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguage.cpp453 FunctionNameRepresentation representation, in GetFunctionDisplayName()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1529 sc, exe_ctx, Language::FunctionNameRepresentation::eName, ss); in Format()
1575 sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithNoArgs, in Format()
1609 sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithArgs, ss); in Format()