Searched refs:eEncodingIsUID (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.cpp | 443 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, in CreateModifierType() 463 Type::eEncodingIsUID, decl, ct, in CreatePointerType() 474 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType() 495 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType() 506 nullptr, LLDB_INVALID_UID, Type::eEncodingIsUID, in CreateSimpleType() 540 Type::eEncodingIsUID, decl, ct, in CreateClassStructUnion() 567 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateTagType() 579 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct, in CreateArrayType() 592 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateFunctionType() 602 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateProcedureType()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Type.cpp | 203 case eEncodingIsUID: in GetDescription() 264 case eEncodingIsUID: in Dump() 349 case eEncodingIsUID: in GetByteSize() 480 case eEncodingIsUID: { in ResolveCompilerType() 548 case eEncodingIsUID: in ResolveCompilerType()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 461 lldb_private::Type::eEncodingIsUID, decl, clang_type, in CreateLLDBTypeFromPDBType() 530 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType() 645 lldb_private::Type::eEncodingIsUID, decl, func_sig_ast_type, in CreateLLDBTypeFromPDBType() 679 bytes, nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, in CreateLLDBTypeFromPDBType() 708 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType() 735 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType() 760 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 557 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 687 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 710 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 721 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 732 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 754 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 858 dwarf->GetUID(attrs.type.Reference()), Type::eEncodingIsUID, &attrs.decl, in ParseEnum() 1296 Type::eEncodingIsUID, &attrs.decl, clang_type, Type::ResolveState::Full); in ParseSubroutine() 1344 dwarf->GetUID(type_die), Type::eEncodingIsUID, &attrs.decl, clang_type, in ParseArrayType() 1369 Type::eEncodingIsUID, nullptr, clang_type, in ParsePointerToMemberType() [all …]
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Type.h | 70 eEncodingIsUID, ///< This type is the type whose UID is m_encoding_uid enumerator
|