Home
last modified time | relevance | path

Searched refs:GetEncodingMask (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp636 uint32_t Type::GetEncodingMask() { in GetEncodingMask() function in Type
641 encoding_mask |= encoding_type->GetEncodingMask(); in GetEncodingMask()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h212 uint32_t GetEncodingMask();
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3029 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()