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

Completed in 77 milliseconds