Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3486 struct X86FrameSortingObject { struct
3487 bool IsValid = false; // true if we care about this Object.
3488 unsigned ObjectIndex = 0; // Index of Object into MFI list.
3489 unsigned ObjectSize = 0; // Size of Object in bytes.
3490 Align ObjectAlignment = Align(1); // Alignment of Object in bytes.
3491 unsigned ObjectNumUses = 0; // Object static number of uses.