Searched refs:type_ptr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/
H A DGoLanguageRuntime.cpp103 CompilerType type_ptr = type->GetCompilerType().GetPointerType(); local
105 ValueObjectSP elem = type->CreateValueObjectFromAddress("elem", type->GetAddressOf() + type->GetByteSize(), *exe_ctx, type_ptr)->Dereference(err);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserGo.cpp75 Type *type_ptr = dwarf->m_die_to_type.lookup(die.GetDIE()); local
77 if (type_ptr == NULL)
482 else if (type_ptr != DIE_IS_BEING_PARSED)
484 type_sp = type_ptr->shared_from_this();
H A DDWARFASTParserClang.cpp230 Type *type_ptr = dwarf->GetDIEToType().lookup (die.GetDIE()); local
232 if (type_ptr == NULL)
1296 type_ptr = dwarf->GetDIEToType()[die.GetDIE()];
1297 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED)
1299 type_sp = type_ptr->shared_from_this();
1466 type_ptr = dwarf->GetDIEToType()[die.GetDIE()];
1467 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED)
1469 type_sp = type_ptr
[all...]
H A DSymbolFileDWARF.cpp3281 Type *type_ptr = GetDIEToType().lookup (die.GetDIE()); local
3282 if (type_ptr == NULL)
3300 else if (type_ptr != DIE_IS_BEING_PARSED)
3303 type_sp = type_ptr->shared_from_this();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp597 Type *type_ptr = vendor->ResolveTypeUID(uid); local
598 if (type_ptr)
599 return SBType(type_ptr->shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp912 uint64_t *type_ptr,
916 if (*type_ptr)
997 *type_ptr = LLVMDisassembler_ReferenceType_InOut_None;
911 SymbolLookup(uint64_t value, uint64_t *type_ptr, uint64_t pc, const char **name) argument
/freebsd-11.0-release/contrib/gcc/
H A Dipa-type-escape.c609 count_stars (tree* type_ptr) argument
611 tree type = *type_ptr;
620 *type_ptr = type;
H A Dmips-tfile.c985 AUXU *type_ptr; /* pointer to munge type info */
2159 forward_ref->type_ptr = aux_ptr;
978 AUXU *type_ptr; /* pointer to munge type info */ member in struct:forward
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp283 empirical_type<lldb::addr_t> type_ptr; // Pointer to the RS Type of the Allocation member in struct:RenderScriptRuntime::AllocationDetails
296 valid_ptrs = valid_ptrs && type_ptr.isValid() && *type_ptr.get() != 0x0;
1456 // Then sets the type_ptr member in Allocation with the result.
1491 addr_t type_ptr = static_cast<lldb::addr_t>(result);
1492 allocation->type_ptr = type_ptr;
1505 if (!allocation->type_ptr.isValid() || !allocation->context.isValid())
1527 *allocation->context.get(), *allocation->type_ptr.get());
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c6338 elf_symbol_type *type_ptr;
6360 type_ptr = elf_symbol_from (abfd, syms[idx]);
6369 if (type_ptr == NULL
6370 || type_ptr->internal_elf_sym.st_value == 0)
6373 sym.st_value = type_ptr->internal_elf_sym.st_value;
6392 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0;
6395 && type_ptr != NULL
6396 && type_ptr->internal_elf_sym.st_shndx != 0)
6401 shndx = type_ptr
6333 elf_symbol_type *type_ptr; local
[all...]

Completed in 309 milliseconds