Home
last modified time | relevance | path

Searched defs:ObjectInfo (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_stream.h23 struct ObjectInfo { struct
24 ObjectInfo(uint32_t obj_num, uint32_t obj_offset) in ObjectInfo() function
43 const std::vector<ObjectInfo>& object_info() const { return object_info_; } in object_info() argument
Dcpdf_cross_ref_table.h29 struct ObjectInfo { struct
35 union {
42 ObjectType type = ObjectType::kFree;
43 uint16_t gennum = 0;
Dcpdf_parser.h40 using ObjectInfo = CPDF_CrossRefTable::ObjectInfo; variable
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1152 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp657 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp817 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1828 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local