Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DType.cpp639 uint32_t Type::GetEncodingMask() { in GetEncodingMask() function in Type
644 encoding_mask |= encoding_type->GetEncodingMask(); in GetEncodingMask()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h206 uint32_t GetEncodingMask();
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2987 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()