Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp648 uint32_t Type::GetEncodingMask() { in GetEncodingMask() function in Type
653 encoding_mask |= encoding_type->GetEncodingMask(); in GetEncodingMask()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h201 uint32_t GetEncodingMask();
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3108 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()