Home
last modified time | relevance | path

Searched defs:X86FrameSortingObject (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4056 struct X86FrameSortingObject { struct
4057 bool IsValid = false; // true if we care about this Object.
4058 unsigned ObjectIndex = 0; // Index of Object into MFI list.
4059 unsigned ObjectSize = 0; // Size of Object in bytes.
4060 Align ObjectAlignment = Align(1); // Alignment of Object in bytes.
4061 unsigned ObjectNumUses = 0; // Object static number of uses.