Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp202 case eEncodingIsUID: in GetDescription()
263 case eEncodingIsUID: in Dump()
348 case eEncodingIsUID: in GetByteSize()
479 case eEncodingIsUID: { in ResolveCompilerType()
545 case eEncodingIsUID: in ResolveCompilerType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp463 lldb_private::Type::eEncodingIsUID, decl, clang_type, in CreateLLDBTypeFromPDBType()
532 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
660 lldb_private::Type::eEncodingIsUID, decl, func_sig_ast_type, in CreateLLDBTypeFromPDBType()
697 bytes, nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, in CreateLLDBTypeFromPDBType()
726 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
757 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
782 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp479 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, in CreateModifierType()
499 Type::eEncodingIsUID, decl, ct, in CreatePointerType()
510 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
531 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
542 nullptr, LLDB_INVALID_UID, Type::eEncodingIsUID, in CreateSimpleType()
576 Type::eEncodingIsUID, decl, ct, in CreateClassStructUnion()
603 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateTagType()
615 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct, in CreateArrayType()
628 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateFunctionType()
638 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateProcedureType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp543 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
672 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
695 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
706 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
717 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
739 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
843 dwarf->GetUID(attrs.type.Reference()), Type::eEncodingIsUID, &attrs.decl, in ParseEnum()
1278 Type::eEncodingIsUID, &attrs.decl, clang_type, Type::ResolveState::Full); in ParseSubroutine()
1326 dwarf->GetUID(type_die), Type::eEncodingIsUID, &attrs.decl, clang_type, in ParseArrayType()
1351 Type::eEncodingIsUID, nullptr, clang_type, in ParsePointerToMemberType()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h72 eEncodingIsUID, enumerator