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.cpp464 Type *encoding_type = GetEncodingType(); in GetByteSize() local
572 Type *encoding_type = nullptr; in ResolveCompilerType() local
749 Type *encoding_type = GetEncodingType(); in GetEncodingMask() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h530 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType()