Searched refs:StackObject (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 82 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/ |
D | MachineFunction.cpp | 487 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()
|