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

/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c673 ACPI_OBJECT_INFO *ObjectInfo; local
682 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO));
688 (void *) ObjectInfo, NULL);
694 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i],
697 TotalObjects += ObjectInfo->Types[i];
703 ACPI_FREE (ObjectInfo);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp636 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); local
637 assert(ObjectInfo != StackObjectOperandMapping.end() &&
639 const FrameIndexOperand &Operand = ObjectInfo->second;
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1043 auto ObjectInfo = PFS.StackObjectSlots.find(ID);
1044 if (ObjectInfo == PFS.StackObjectSlots.end())
1049 MF.getFrameInfo()->getObjectAllocation(ObjectInfo->second))
1055 FI = ObjectInfo->second;
1072 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID);
1073 if (ObjectInfo == PFS.FixedStackObjectSlots.end())
1077 FI = ObjectInfo->second;

Completed in 142 milliseconds