Searched refs:ObjectInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c781 ACPI_OBJECT_INFO *ObjectInfo; local
790 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO));
796 (void *) ObjectInfo, NULL);
802 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i],
805 TotalObjects += ObjectInfo->Types[i];
811 ACPI_FREE (ObjectInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp817 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); local
818 assert(ObjectInfo != StackObjectOperandMapping.end() &&
820 const FrameIndexOperand &Operand = ObjectInfo->second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID);
1800 if (ObjectInfo == PFS.StackObjectSlots.end())
1805 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second))
1811 FI = ObjectInfo->second;
1828 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID);
1829 if (ObjectInfo == PFS.FixedStackObjectSlots.end())
1833 FI = ObjectInfo->second;

Completed in 115 milliseconds