Home
last modified time | relevance | path

Searched refs:eEncodingIsTypedefUID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp343 case eEncodingIsTypedefUID: in GetDescription()
404 case eEncodingIsTypedefUID: in Dump()
459 case eEncodingIsTypedefUID: { in GetByteSize()
602 case eEncodingIsTypedefUID: in ResolveCompilerType()
661 case eEncodingIsTypedefUID: in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h394 eEncodingIsTypedefUID, enumerator
452 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp586 target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, decl, in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp668 encoding_data_type = Type::eEncodingIsTypedefUID; in ParseTypeModifier()
685 encoding_data_type == Type::eEncodingIsTypedefUID)) { in ParseTypeModifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1904 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, in CreateTypedef()