Home
last modified time | relevance | path

Searched refs:StackObject (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h83 struct StackObject { struct
118 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject() argument
132 std::vector<StackObject> Objects;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp517 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, Alloca, in CreateStackObject()
549 Objects.push_back(StackObject(0, Alignment, 0, false, false, Alloca, true)); in CreateVariableSizedObject()
569 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable, in CreateFixedObject()
582 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, in CreateFixedSpillStackObject()
686 const StackObject &SO = Objects[i]; in print()