/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 371 lldb_private::Type::eEncodingIsUID, decl, compiler_type, in CreateInteger() 407 Type::eEncodingIsUID, decl, compiler_type, in CreateModifier() 427 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateTypedef() 454 Type::eEncodingIsUID, decl, compiler_type, in CreateArray() 474 Type::eEncodingIsUID, decl, enum_type, in CreateEnum() 499 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, func_type, in CreateFunction() 512 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, in CreateRecord() 568 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, in CreateForward() 823 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, func_type, in ParseFunctions()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 469 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, clang_type, in CreateLLDBTypeFromPDBType() 538 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ast_enum, in CreateLLDBTypeFromPDBType() 663 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType() 700 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType() 729 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType() 760 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType() 784 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 327 case eEncodingIsUID: in GetDescription() 391 case eEncodingIsUID: in Dump() 458 case eEncodingIsUID: in GetByteSize() 577 case eEncodingIsUID: { in ResolveCompilerType() 652 case eEncodingIsUID: in ResolveCompilerType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 560 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateModifierType() 579 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreatePointerType() 589 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateSimpleType() 610 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType() 621 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType() 653 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateClassStructUnion() 679 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateTagType() 691 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct, in CreateArrayType() 702 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateFunctionType() 711 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateProcedureType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 603 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 737 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 761 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 773 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 785 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 807 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier() 932 attrs.type.Reference().GetID(), Type::eEncodingIsUID, in ParseEnum() 1373 Type::eEncodingIsUID, &attrs.decl, clang_type, Type::ResolveState::Full); in ParseSubroutine() 1423 nullptr, type_die.GetID(), Type::eEncodingIsUID, in ParseArrayType() 1452 LLDB_INVALID_UID, Type::eEncodingIsUID, nullptr, in ParsePointerToMemberType() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 387 eEncodingIsUID, enumerator
|