OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInitialStackAdjust
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
121
unsigned
getInitialStackAdjust
() const { return InitialStackAdjust; }
AArch64FrameLowering.cpp
206
uint64_t NumInitialBytes = FuncInfo->
getInitialStackAdjust
();
331
assert(!(IsCalleeSaveOp && FuncInfo->
getInitialStackAdjust
() == 0)
340
FrameRegPos = -static_cast<int64_t>(FuncInfo->
getInitialStackAdjust
());
Completed in 37 milliseconds