Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp203 case eEncodingIsUID: in GetDescription()
264 case eEncodingIsUID: in Dump()
353 case eEncodingIsUID: in GetByteSize()
489 case eEncodingIsUID: { in ResolveCompilerType()
557 case eEncodingIsUID: in ResolveCompilerType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp470 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, clang_type, in CreateLLDBTypeFromPDBType()
539 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ast_enum, in CreateLLDBTypeFromPDBType()
665 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
702 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
731 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
762 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
786 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp557 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateModifierType()
576 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreatePointerType()
586 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateSimpleType()
607 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
618 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
650 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct, in CreateClassStructUnion()
676 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp529 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
658 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
681 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
692 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
703 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
725 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
839 Type::eEncodingIsUID, &attrs.decl, clang_type, in ParseEnum()
1289 Type::eEncodingIsUID, &attrs.decl, clang_type, Type::ResolveState::Full); in ParseSubroutine()
1339 nullptr, dwarf->GetUID(type_die), Type::eEncodingIsUID, in ParseArrayType()
1363 LLDB_INVALID_UID, Type::eEncodingIsUID, nullptr, in ParsePointerToMemberType()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h74 eEncodingIsUID, enumerator