Home
last modified time | relevance | path

Searched refs:setLocalFrameSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp267 MFI.setLocalFrameSize(Offset); in calculateFrameObjectOffsets()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h455 void setLocalFrameSize(int64_t sz) { LocalFrameSize = sz; } in setLocalFrameSize() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp753 MFI.setLocalFrameSize(YamlMFI.LocalFrameSize); in initializeFrameInfo()