Home
last modified time | relevance | path

Searched refs:ObjectInfo (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_cross_ref_table.h27 struct ObjectInfo { struct
28 ObjectInfo() : pos(0), type(ObjectType::kFree), gennum(0) {} in ObjectInfo() argument
57 const ObjectInfo* GetObjectInfo(uint32_t obj_num) const; argument
59 const std::map<uint32_t, ObjectInfo>& objects_info() const { in objects_info()
68 void UpdateInfo(std::map<uint32_t, ObjectInfo>&& new_objects_info);
72 std::map<uint32_t, ObjectInfo> objects_info_;
Dcpdf_parser.h125 using ObjectInfo = CPDF_CrossRefTable::ObjectInfo; variable
141 ObjectInfo info;
Dcpdf_cross_ref_table.cpp95 const CPDF_CrossRefTable::ObjectInfo* CPDF_CrossRefTable::GetObjectInfo( in GetObjectInfo()
120 std::map<uint32_t, ObjectInfo>&& new_objects_info) { in UpdateInfo()
Dcpdf_parser_unittest.cpp24 CPDF_CrossRefTable::ObjectInfo GetObjInfo(const CPDF_Parser& parser, in GetObjInfo()
27 return info ? *info : CPDF_CrossRefTable::ObjectInfo(); in GetObjInfo()
Dcpdf_parser.cpp466 ObjectInfo& info = obj_data.info; in ParseAndAppendCrossRefSubsectionData()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.h77 struct ObjectInfo { struct
95 ObjectInfo() in ObjectInfo() argument
107 ObjectInfo DeclTimeInfo;
109 Bundle(const ObjectInfo &Info, uint16_t Flags) in Bundle()
DResourceFileWriter.cpp38 ResourceFileWriter::ObjectInfo SavedInfo;
526 ObjectInfo::FontInfo Font{Stmt->Size, Stmt->Name, Stmt->Weight, Stmt->Italic, in visitFontStmt()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1124 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
1129 MF.getFrameInfo()->getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
1135 FI = ObjectInfo->second; in parseStackFrameIndex()
1152 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
1153 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
1157 FI = ObjectInfo->second; in parseFixedStackFrameIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp817 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
818 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
820 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
/external/llvm-project/llvm/lib/CodeGen/
DMIRPrinter.cpp826 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
827 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
829 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp657 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
658 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
660 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1800 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
1805 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
1811 FI = ObjectInfo->second; in parseStackFrameIndex()
1828 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
1829 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
1833 FI = ObjectInfo->second; in parseFixedStackFrameIndex()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1853 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1854 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
1859 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
1865 FI = ObjectInfo->second; in parseStackFrameIndex()
1882 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
1883 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
1887 FI = ObjectInfo->second; in parseFixedStackFrameIndex()