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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp463 LLDB_INVALID_UID, Type::eEncodingIsUID, decl,
483 Type::eEncodingIsUID, decl, ct,
494 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full);
515 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full);
526 nullptr, LLDB_INVALID_UID, Type::eEncodingIsUID,
560 Type::eEncodingIsUID, decl, ct,
587 lldb_private::Type::eEncodingIsUID, decl, ct,
599 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct,
612 lldb_private::Type::eEncodingIsUID, decl, ct,
622 lldb_private::Type::eEncodingIsUID, dec
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp460 lldb_private::Type::eEncodingIsUID, decl, clang_type,
528 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl,
642 lldb_private::Type::eEncodingIsUID, decl, func_sig_ast_type,
676 bytes, nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID,
705 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl,
732 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type,
757 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp204 case eEncodingIsUID:
265 case eEncodingIsUID:
348 case eEncodingIsUID:
476 case eEncodingIsUID: {
544 case eEncodingIsUID:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp509 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID;
630 encoding_data_type = Type::eEncodingIsUID;
653 encoding_data_type = Type::eEncodingIsUID;
664 encoding_data_type = Type::eEncodingIsUID;
675 encoding_data_type = Type::eEncodingIsUID;
697 encoding_data_type = Type::eEncodingIsUID;
802 dwarf->GetUID(attrs.type.Reference()), Type::eEncodingIsUID, &attrs.decl,
1228 Type::eEncodingIsUID, &attrs.decl, clang_type, Type::ResolveState::Full);
1313 dwarf->GetUID(type_die), Type::eEncodingIsUID, &attrs.decl, clang_type,
1338 Type::eEncodingIsUID, nullpt
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h69 eEncodingIsUID, ///< This type is the type whose UID is m_encoding_uid enumerator in enum:lldb_private::Type::EncodingDataType

Completed in 187 milliseconds