HomeSort by: relevance | last modified time | path
    Searched refs:ObjectInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.h 77 struct ObjectInfo {
95 ObjectInfo()
107 ObjectInfo DeclTimeInfo;
109 Bundle(const ObjectInfo &Info, uint16_t Flags)
ResourceFileWriter.cpp 38 ResourceFileWriter::ObjectInfo SavedInfo;
526 ObjectInfo::FontInfo Font{Stmt->Size, Stmt->Name, Stmt->Weight, Stmt->Italic,
  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 773 ACPI_OBJECT_INFO *ObjectInfo;
782 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO));
784 if (!ObjectInfo)
791 (void *) ObjectInfo, NULL);
797 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i],
800 TotalObjects += ObjectInfo->Types[i];
806 ACPI_FREE (ObjectInfo);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 827 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex);
828 assert(ObjectInfo != StackObjectOperandMapping.end() &&
830 const FrameIndexOperand &Operand = ObjectInfo->second;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 1852 auto ObjectInfo = PFS.StackObjectSlots.find(ID);
1853 if (ObjectInfo == PFS.StackObjectSlots.end())
1858 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second))
1864 FI = ObjectInfo->second;
1881 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID);
1882 if (ObjectInfo == PFS.FixedStackObjectSlots.end())
1886 FI = ObjectInfo->second;

Completed in 40 milliseconds