Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp179 case eEncodingIsUID: in GetDescription()
237 case eEncodingIsUID: in Dump()
315 case eEncodingIsUID: in GetByteSize()
436 case eEncodingIsUID: { in ResolveClangType()
493 case eEncodingIsUID: in ResolveClangType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp463 lldb_private::Type::eEncodingIsUID, decl, clang_type, in CreateLLDBTypeFromPDBType()
531 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
641 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
673 bytes, nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, in CreateLLDBTypeFromPDBType()
700 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
727 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
752 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp455 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, in CreateModifierType()
475 Type::eEncodingIsUID, decl, ct, in CreatePointerType()
486 Type::eEncodingIsUID, decl, ct, Type::eResolveStateFull); in CreateSimpleType()
507 Type::eEncodingIsUID, decl, ct, Type::eResolveStateFull); in CreateSimpleType()
518 nullptr, LLDB_INVALID_UID, Type::eEncodingIsUID, in CreateSimpleType()
552 Type::eEncodingIsUID, decl, ct, in CreateClassStructUnion()
579 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateTagType()
591 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct, in CreateArrayType()
603 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateProcedureType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp271 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseTypeFromDWARF()
444 encoding_data_type = Type::eEncodingIsUID; in ParseTypeFromDWARF()
473 encoding_data_type = Type::eEncodingIsUID; in ParseTypeFromDWARF()
484 encoding_data_type = Type::eEncodingIsUID; in ParseTypeFromDWARF()
494 encoding_data_type = Type::eEncodingIsUID; in ParseTypeFromDWARF()
516 encoding_data_type = Type::eEncodingIsUID; in ParseTypeFromDWARF()
850 Type::eEncodingIsUID, &decl, clang_type, in ParseTypeFromDWARF()
1110 DIERef(encoding_form).GetUID(dwarf), Type::eEncodingIsUID, &decl, in ParseTypeFromDWARF()
1658 LLDB_INVALID_UID, Type::eEncodingIsUID, &decl, in ParseTypeFromDWARF()
1811 NULL, DIERef(type_die_form).GetUID(dwarf), Type::eEncodingIsUID, in ParseTypeFromDWARF()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h67 eEncodingIsUID, ///< This type is the type whose UID is m_encoding_uid enumerator