Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp353 Type *encoding_type = GetEncodingType(); in GetByteSize() local
473 Type *encoding_type = nullptr; in ResolveCompilerType() local
639 Type *encoding_type = GetEncodingType(); in GetEncodingMask() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h204 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType()