Searched defs:getFrameSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h71 unsigned getFrameSize() { return Regions.empty() ? 0 : Regions.back().End; } function in class:llvm::safestack::StackLayout
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h130 uint64_t getFrameSize() const { return FrameSize; } function in class:llvm::GCFunctionInfo
H A DTargetInstrInfo.h206 int64_t getFrameSize(const MachineInstr &I) const { function in class:llvm::TargetInstrInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h64 unsigned getFrameSize() const { return FrameSize; } function in class:clang::interp::Function

Completed in 110 milliseconds