Searched refs:ObjectInfo (Results 1 – 5 of 5) sorted by relevance
77 struct ObjectInfo { struct95 ObjectInfo() in ObjectInfo() argument107 ObjectInfo DeclTimeInfo;109 Bundle(const ObjectInfo &Info, uint16_t Flags) in Bundle()
38 ResourceFileWriter::ObjectInfo SavedInfo;526 ObjectInfo::FontInfo Font{Stmt->Size, Stmt->Name, Stmt->Weight, Stmt->Italic, in visitFontStmt()
773 ACPI_OBJECT_INFO *ObjectInfo; in AcpiDbDisplayObjects() 782 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO)); in AcpiDbDisplayObjects() 784 if (!ObjectInfo) in AcpiDbDisplayObjects() 791 (void *) ObjectInfo, NULL); in AcpiDbDisplayObjects() 797 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i], in AcpiDbDisplayObjects() 800 TotalObjects += ObjectInfo->Types[i]; in AcpiDbDisplayObjects() 806 ACPI_FREE (ObjectInfo); in AcpiDbDisplayObjects() 768 ACPI_OBJECT_INFO *ObjectInfo; AcpiDbDisplayObjects() local
827 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local828 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()830 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
1852 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local1853 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()1858 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()1864 FI = ObjectInfo->second; in parseStackFrameIndex()1881 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local1882 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()1886 FI = ObjectInfo->second; in parseFixedStackFrameIndex()