Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DLanguage.h142 enum class FunctionNameRepresentation { enum
226 FunctionNameRepresentation representation,
/external/llvm-project/lldb/source/Target/
DLanguage.cpp434 FunctionNameRepresentation representation, in GetFunctionDisplayName()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1535 sc, exe_ctx, Language::FunctionNameRepresentation::eName, ss); in Format()
1576 sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithNoArgs, in Format()
1606 sc, exe_ctx, Language::FunctionNameRepresentation::eNameWithArgs, ss); in Format()