Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h82 struct StackObject { struct
116 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject() function
124 std::vector<StackObject> Objects;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp487 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP, in CreateStackObject()
518 Objects.push_back(StackObject(0, Alignment, 0, false, false, true, 0)); in CreateVariableSizedObject()
539 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable, in CreateFixedObject()
635 const StackObject &SO = Objects[i]; in print()