Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.h77 struct ObjectInfo { struct
95 ObjectInfo() in ObjectInfo() argument
107 ObjectInfo DeclTimeInfo;
109 Bundle(const ObjectInfo &Info, uint16_t Flags) in Bundle()
H A DResourceFileWriter.cpp38 ResourceFileWriter::ObjectInfo SavedInfo;
526 ObjectInfo::FontInfo Font{Stmt->Size, Stmt->Name, Stmt->Weight, Stmt->Italic, in visitFontStmt()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbnames.c773 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp827 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
828 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
830 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1852 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
1853 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() local
1882 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
1886 FI = ObjectInfo->second; in parseFixedStackFrameIndex()