Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp868 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local
869 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()
871 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2079 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local
2080 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
2085 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()
2091 FI = ObjectInfo->second; in parseStackFrameIndex()
2108 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local
2109 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
2113 FI = ObjectInfo->second; in parseFixedStackFrameIndex()