Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp320 Type *encoding_type = GetEncodingType(); in GetByteSize() local
431 Type *encoding_type = nullptr; in ResolveClangType() local
581 Type *encoding_type = GetEncodingType(); in GetEncodingMask() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h203 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType()