OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setObjectSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
353
///
setObjectSize
- Change the size of the specified stack object.
354
void
setObjectSize
(int ObjectIdx, int64_t Size) {
/external/llvm/lib/CodeGen/
StackSlotColoring.cpp
263
MFI->
setObjectSize
(Color, Size);
Completed in 454 milliseconds