Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h99 FunctionSuffix, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp136 Definition("suffix", EntryType::FunctionSuffix),
398 ENUM_TO_CSTR(FunctionSuffix); in TypeToCString()
1849 case Entry::Type::FunctionSuffix: in Format()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp2133 case FormatEntity::Entry::Type::FunctionSuffix: { in HandleFrameFormatVariable()