Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.h117 struct ObjectInfo { struct
118 ObjectInfo() : pos(0), type(ObjectType::kFree), gennum(0) {} in ObjectInfo() argument
131 std::map<uint32_t, ObjectInfo> m_ObjectInfo; argument
160 ObjectInfo info;
Dcpdf_parser.cpp571 ObjectInfo& info = obj_data.info; in ParseAndAppendCrossRefSubsectionData()
1144 ObjectInfo& info = m_ObjectInfo[startnum + j]; in LoadCrossRefV5()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.h77 struct ObjectInfo { struct
94 ObjectInfo() in ObjectInfo() argument
106 ObjectInfo DeclTimeInfo;
108 Bundle(const ObjectInfo &Info, uint16_t Flags) in Bundle()
DResourceFileWriter.cpp39 ResourceFileWriter::ObjectInfo SavedInfo;
521 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-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp733 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
734 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
736 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-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1455 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1456 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
1461 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
1467 FI = ObjectInfo->second; in parseStackFrameIndex()
1484 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
1485 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
1489 FI = ObjectInfo->second; in parseFixedStackFrameIndex()