Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp60 case Kind::eBytecode: in GetSummaryKindName()
247 : TypeSummaryImpl(Kind::eBytecode, flags), m_bytecode(std::move(bytecode)) { in BytecodeSummaryFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h51 enum class Kind { eSummaryString, eScript, eBytecode, eCallback, eInternal }; enumerator
438 return S->GetKind() == Kind::eBytecode; in classof()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp362 case TypeSummaryImpl::Kind::eBytecode: in IsEqualTo()