Searched refs:encoding_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp354 Type *encoding_type = GetEncodingType(); local
355 if (encoding_type)
356 if (llvm::Optional<uint64_t> size = encoding_type->GetByteSize()) {
471 Type *encoding_type = nullptr; local
473 encoding_type = GetEncodingType();
474 if (encoding_type) {
478 encoding_type->GetForwardCompilerType();
482 encoding_type->m_compiler_type_resolve_state;
488 encoding_type->GetForwardCompilerType().AddConstModifier();
493 encoding_type
637 Type *encoding_type = GetEncodingType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h195 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } argument

Completed in 113 milliseconds