Searched refs:entry_ptr (Results 1 – 3 of 3) sorted by relevance
111 const Entry *FindNextValueForName(const Entry *entry_ptr) const { in FindNextValueForName() argument115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName()117 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName()
229 entry_ptr = it_deref.cast(entry_base_ty.pointer())230 entry = entry_ptr.dereference()233 value_ptr = (entry_ptr + 1).cast(value_ty.pointer())234 …str_data = (entry_ptr + 1).cast(gdb.lookup_type('uintptr_t')) + max(value_ty.sizeof, entry_base_ty…
1563 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction() local1564 --entry_ptr; in GenerateBlockFunction()1578 ++entry_ptr; in GenerateBlockFunction()1579 Builder.SetInsertPoint(entry, entry_ptr); in GenerateBlockFunction()1599 entry_ptr == entry->end() ? nullptr : &*entry_ptr); in GenerateBlockFunction()