Home
last modified time | relevance | path

Searched defs:ObjectInfo (Results 1 – 9 of 9) 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.h27 struct ObjectInfo { struct
28 ObjectType type = ObjectType::kFree;
29 bool is_object_stream_flag = false;
30 uint16_t gennum = 0;
34 union {
Dcpdf_parser.cpp43 using ObjectInfo = CPDF_CrossRefTable::ObjectInfo; typedef
/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-16.0/llvm/lib/CodeGen/
DMIRPrinter.cpp868 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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2079 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
2108 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local