HomeSort by relevance Sort by last modified time
    Searched refs:StackObject (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 79 // StackObject - Represent a single object allocated on the stack.
80 struct StackObject {
110 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM,
118 std::vector<StackObject> Objects;
485 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP));
517 Objects.push_back(StackObject(0, Alignment, 0, false, false, true));
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 447 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable,
493 const StackObject &SO = Objects[i];

Completed in 24 milliseconds