Searched defs:ObjectInfo (Results 1 – 7 of 7) sorted by relevance
23 struct ObjectInfo { struct24 ObjectInfo(uint32_t obj_num, uint32_t obj_offset) in ObjectInfo() function43 const std::vector<ObjectInfo>& object_info() const { return object_info_; } in object_info() argument
29 struct ObjectInfo { struct35 union {42 ObjectType type = ObjectType::kFree;43 uint16_t gennum = 0;
40 using ObjectInfo = CPDF_CrossRefTable::ObjectInfo; variable
1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local1152 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
657 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
817 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local1828 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local