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 80 // StackObject - Represent a single object allocated on the stack.
81 struct StackObject {
115 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM,
123 std::vector<StackObject> Objects;
500 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP,
533 Objects.push_back(StackObject(0, Alignment, 0, false, false, true, 0));
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 462 Objects.insert(Objects.begin(), StackObject(Size, Align, SPOffset, Immutable,
510 const StackObject &SO = Objects[i];

Completed in 601 milliseconds