Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp372 lldb_private::Type::eEncodingIsUID, decl, compiler_type, in CreateInteger()
408 Type::eEncodingIsUID, decl, compiler_type, in CreateModifier()
428 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateTypedef()
452 Type::eEncodingIsUID, decl, compiler_type, in CreateArray()
472 Type::eEncodingIsUID, decl, enum_type, in CreateEnum()
497 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, func_type, in CreateFunction()
510 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, in CreateRecord()
567 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, in CreateForward()
821 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, func_type, in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp469 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()
662 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
699 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
728 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
759 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
783 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp335 case eEncodingIsUID: in GetDescription()
399 case eEncodingIsUID: in Dump()
470 case eEncodingIsUID: in GetByteSize()
592 case eEncodingIsUID: { in ResolveCompilerType()
667 case eEncodingIsUID: in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp556 nullptr, LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateModifierType()
575 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreatePointerType()
585 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateSimpleType()
606 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
617 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
649 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateClassStructUnion()
676 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct, in CreateTagType()
688 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct, in CreateArrayType()
699 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateFunctionType()
708 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateProcedureType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp697 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
831 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
855 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
867 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
879 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
901 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
1029 attrs.type.Reference().GetID(), Type::eEncodingIsUID, in ParseEnum()
1451 Type::eEncodingIsUID, &attrs.decl, clang_type, Type::ResolveState::Full); in ParseSubroutine()
1502 nullptr, type_die.GetID(), Type::eEncodingIsUID, in ParseArrayType()
1531 LLDB_INVALID_UID, Type::eEncodingIsUID, nullptr, in ParsePointerToMemberType()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h423 eEncodingIsUID, enumerator