Home
last modified time | relevance | path

Searched defs:encoding_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp476 Type *encoding_type = GetEncodingType(); in GetByteSize() local
587 Type *encoding_type = nullptr; in ResolveCompilerType() local
764 Type *encoding_type = GetEncodingType(); in GetEncodingMask() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h566 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType()