Searched refs:type_ptr (Results 1 – 6 of 6) sorted by relevance
182 const clang::Type *type_ptr = qtype.getTypePtr(); in VerifyEncodingAndBitSize() local183 EXPECT_NE(nullptr, type_ptr); in VerifyEncodingAndBitSize()184 if (!type_ptr) in VerifyEncodingAndBitSize()187 EXPECT_TRUE(type_ptr->isBuiltinType()); in VerifyEncodingAndBitSize()190 EXPECT_TRUE(type_ptr->isSignedIntegerType()); in VerifyEncodingAndBitSize()193 EXPECT_TRUE(type_ptr->isUnsignedIntegerType()); in VerifyEncodingAndBitSize()196 EXPECT_TRUE(type_ptr->isFloatingType()); in VerifyEncodingAndBitSize()
519 Type *type_ptr = symfile->ResolveTypeUID(uid); in GetTypeByID() local520 if (type_ptr) in GetTypeByID()521 return SBType(type_ptr->shared_from_this()); in GetTypeByID()
450 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseTypeFromDWARF() local451 if (type_ptr == DIE_IS_BEING_PARSED) in ParseTypeFromDWARF()453 if (type_ptr) in ParseTypeFromDWARF()454 return type_ptr->shared_from_this(); in ParseTypeFromDWARF()1049 Type *type_ptr = dwarf->GetDIEToType()[die.GetDIE()]; in ParseSubroutine() local1050 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) { in ParseSubroutine()1051 return type_ptr->shared_from_this(); in ParseSubroutine()1175 Type *type_ptr = dwarf->GetDIEToType()[die.GetDIE()]; in ParseSubroutine() local1176 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) { in ParseSubroutine()1177 return type_ptr->shared_from_this(); in ParseSubroutine()
2583 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE() local2584 if (type_ptr == nullptr) { in GetTypeForDIE()2604 } else if (type_ptr != DIE_IS_BEING_PARSED) { in GetTypeForDIE()2606 type_sp = type_ptr->shared_from_this(); in GetTypeForDIE()
1689 const char *DisassemblerLLVMC::SymbolLookup(uint64_t value, uint64_t *type_ptr, in SymbolLookup() argument1691 if (*type_ptr) { in SymbolLookup()1700 if (*type_ptr == LLVMDisassembler_ReferenceType_In_ARM64_ADRP) { in SymbolLookup()1704 *type_ptr = LLVMDisassembler_ReferenceType_InOut_None; in SymbolLookup()1711 if (*type_ptr == LLVMDisassembler_ReferenceType_In_ARM64_ADDXri && in SymbolLookup()1804 *type_ptr = LLVMDisassembler_ReferenceType_InOut_None; in SymbolLookup()
661 empirical_type<lldb::addr_t> type_ptr; member674 valid_ptrs = valid_ptrs && type_ptr.isValid() && *type_ptr.get() != 0x0; in ShouldRefresh()1885 addr_t type_ptr = static_cast<lldb::addr_t>(result); in JITTypePointer() local1886 alloc->type_ptr = type_ptr; in JITTypePointer()1898 if (!alloc->type_ptr.isValid() || !alloc->context.isValid()) { in JITTypePacked()1919 *alloc->context.get(), bits, *alloc->type_ptr.get()); in JITTypePacked()