Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp191 case eEncodingIsTypedefUID: in GetDescription()
249 case eEncodingIsTypedefUID: in Dump()
319 case eEncodingIsTypedefUID: { in GetByteSize()
461 case eEncodingIsTypedefUID: in ResolveClangType()
509 case eEncodingIsTypedefUID: in ResolveClangType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h74 eEncodingIsTypedefUID, ///< This type is pointer to a type whose UID is enumerator
139 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp574 lldb_private::Type::eEncodingIsTypedefUID, decl, ast_typedef, in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp403 encoding_data_type = Type::eEncodingIsTypedefUID; in ParseTypeFromDWARF()
418 encoding_data_type == Type::eEncodingIsTypedefUID)) { in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1367 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, in CreateTypedef()