|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/IR/AttributesCompatFunc.inc 101 .Case("noredzone", Attribute::NoRedZone)
318 return llvm::Attribute::NoRedZone;
lib/AsmParser/LLParser.cpp 1289 case lltok::kw_noredzone: B.addAttribute(Attribute::NoRedZone); break;
lib/Bitcode/Reader/BitcodeReader.cpp 1239 case Attribute::NoRedZone: return 1 << 22;
1474 return Attribute::NoRedZone;
lib/Bitcode/Writer/BitcodeWriter.cpp 658 case Attribute::NoRedZone:
lib/IR/Attributes.cpp 333 if (hasAttribute(Attribute::NoRedZone))
lib/IR/Verifier.cpp 1517 case Attribute::NoRedZone:
lib/Target/AArch64/AArch64FrameLowering.cpp 220 if (MF.getFunction().hasFnAttribute(Attribute::NoRedZone))
lib/Target/AArch64/AArch64MachineFunctionInfo.h 131 if (MF.getFunction().hasFnAttribute(Attribute::NoRedZone))
lib/Target/PowerPC/PPCFrameLowering.cpp 489 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone);
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp 121 !MF.getFunction().hasFnAttribute(Attribute::NoRedZone);
lib/Target/X86/X86FrameLowering.cpp 882 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone);
lib/Transforms/IPO/ForceFunctionAttrs.cpp 42 .Case("noredzone", Attribute::NoRedZone)
lib/Transforms/Instrumentation/GCOVProfiling.cpp 861 F->addFnAttr(Attribute::NoRedZone);
950 WriteoutF->addFnAttr(Attribute::NoRedZone);
1201 FlushF->addFnAttr(Attribute::NoRedZone);
lib/Transforms/Instrumentation/InstrProfiling.cpp 954 RegisterF->addFnAttr(Attribute::NoRedZone);
1002 User->addFnAttr(Attribute::NoRedZone);
1040 F->addFnAttr(Attribute::NoRedZone);
lib/Transforms/Utils/CodeExtractor.cpp 899 case Attribute::NoRedZone:
tools/clang/lib/CodeGen/CGCall.cpp 1702 FuncAttrs.addAttribute(llvm::Attribute::NoRedZone);