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.cpp3984 struct X86FrameSortingObject { struct
3985 bool IsValid = false; // true if we care about this Object.
3986 unsigned ObjectIndex = 0; // Index of Object into MFI list.
3987 unsigned ObjectSize = 0; // Size of Object in bytes.
3988 Align ObjectAlignment = Align(1); // Alignment of Object in bytes.
3989 unsigned ObjectNumUses = 0; // Object static number of uses.