Searched defs:hasStackObjects (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h288 bool hasStackObjects() const { return !Objects.empty(); } function in class:llvm::MachineFrameInfo
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFrameInfo.h235 /// hasStackObjects - Return true if there are any stack objects in this
238 bool hasStackObjects() const { return !Objects.empty(); } function in class:llvm::MachineFrameInfo

Completed in 194 milliseconds