OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllocatedStackSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h
68
uint64_t
getAllocatedStackSize
(const MachineFunction &MF) const;
SystemZFrameLowering.cpp
350
uint64_t StackSize =
getAllocatedStackSize
(MF);
426
uint64_t StackSize =
getAllocatedStackSize
(MF);
477
Offset +=
getAllocatedStackSize
(MF);
483
getAllocatedStackSize
(const MachineFunction &MF) const {
Completed in 38 milliseconds