Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1043 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1044 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
1049 MF.getFrameInfo()->getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
1055 FI = ObjectInfo->second; in parseStackFrameIndex()
1072 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
1073 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
1077 FI = ObjectInfo->second; in parseFixedStackFrameIndex()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h504 struct ObjectInfo { struct
505 ObjectInfo() : pos(0) {} in ObjectInfo() argument
514 std::map<FX_DWORD, ObjectInfo> m_ObjectInfo; argument
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp636 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
637 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
639 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
/external/eclipse-windowbuilder/propertysheet/
DREADME.txt120 around our own UI model rather than the WindowBuilder ObjectInfo