OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shrinkWrapDisabled
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
69
bool
ShrinkWrapDisabled
= false;
194
void setShrinkWrapDisabled(bool U) {
ShrinkWrapDisabled
= U; }
195
bool
shrinkWrapDisabled
() const { return
ShrinkWrapDisabled
; }
PPCFrameLowering.cpp
2687
if (MF.getInfo<PPCFunctionInfo>()->
shrinkWrapDisabled
())
Completed in 18 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026