Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c791 ACPI_OBJECT_INFO *ObjectInfo; in AcpiDbDisplayObjects() local
800 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO)); in AcpiDbDisplayObjects()
806 (void *) ObjectInfo, NULL); in AcpiDbDisplayObjects()
812 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i], in AcpiDbDisplayObjects()
815 TotalObjects += ObjectInfo->Types[i]; in AcpiDbDisplayObjects()
821 ACPI_FREE (ObjectInfo); in AcpiDbDisplayObjects()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp762 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
763 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
765 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1494 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1495 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
1500 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
1506 FI = ObjectInfo->second; in parseStackFrameIndex()
1523 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
1524 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
1528 FI = ObjectInfo->second; in parseFixedStackFrameIndex()