Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp188 case eEncodingIsVolatileUID: in GetDescription()
246 case eEncodingIsVolatileUID: in Dump()
318 case eEncodingIsVolatileUID: in GetByteSize()
456 case eEncodingIsVolatileUID: in ResolveClangType()
505 case eEncodingIsVolatileUID: in ResolveClangType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h72 eEncodingIsVolatileUID, ///< This type is the type whose UID is enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp412 encoding_data_type = Type::eEncodingIsVolatileUID; in ParseTypeFromDWARF()
3400 if (encoding_mask & (1u << Type::eEncodingIsVolatileUID)) in ParseChildParameters()