Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp210 case eEncodingIsVolatileUID: in GetDescription()
271 case eEncodingIsVolatileUID: in Dump()
350 case eEncodingIsVolatileUID: in GetByteSize()
498 case eEncodingIsVolatileUID: in ResolveCompilerType()
558 case eEncodingIsVolatileUID: in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h75 eEncodingIsVolatileUID, ///< This type is the type whose UID is enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp653 encoding_data_type = Type::eEncodingIsVolatileUID; in ParseTypeModifier()
2958 if (encoding_mask & (1u << Type::eEncodingIsVolatileUID)) in ParseChildParameters()