Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h80 struct StackObject { struct
110 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject() argument
118 std::vector<StackObject> Objects;
475 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP));
507 Objects.push_back(StackObject(0, Alignment, 0, false, false, true)); in CreateVariableSizedObject()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp447 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable, in CreateFixedObject()
493 const StackObject &SO = Objects[i]; in print()