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

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp460 Type *encoding_type = GetEncodingType(); local
461 if (encoding_type)
463 encoding_type->GetByteSize(exe_scope)) {
567 Type *encoding_type = nullptr; local
569 encoding_type = GetEncodingType();
570 if (encoding_type) {
574 encoding_type->GetForwardCompilerType();
578 encoding_type->m_compiler_type_resolve_state;
584 encoding_type->GetForwardCompilerType().AddConstModifier();
589 encoding_type
734 Type *encoding_type = GetEncodingType(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h499 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } argument

Completed in 121 milliseconds