Home
last modified time | relevance | path

Searched refs:NoRedZone (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp53 Options.NoRedZone = false; in getDefault()
589 if (Options.NoRedZone) in emitProfileArcs()
590 F->addFnAttr(Attribute::NoRedZone); in emitProfileArcs()
746 if (Options.NoRedZone) in insertCounterWriteout()
747 WriteoutF->addFnAttr(Attribute::NoRedZone); in insertCounterWriteout()
797 if (Options.NoRedZone) in insertIndirectCounterIncrement()
798 Fn->addFnAttr(Attribute::NoRedZone); in insertIndirectCounterIncrement()
853 if (Options.NoRedZone) in insertFlush()
854 FlushF->addFnAttr(Attribute::NoRedZone); in insertFlush()
/freebsd-9-stable/contrib/llvm/include/llvm/Transforms/
DInstrumentation.h57 bool NoRedZone; member
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DAttributes.h88 NoRedZone, ///< Disable redzone enumerator
/freebsd-9-stable/contrib/llvm/lib/IR/
DAttributes.cpp193 if (hasAttribute(Attribute::NoRedZone)) in getAsString()
372 case Attribute::NoRedZone: return 1 << 22; in getAttrMask()
DVerifier.cpp765 I->getKindAsEnum() == Attribute::NoRedZone || in VerifyAttributeTypes()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DBackendUtil.cpp344 Options.NoRedZone = CodeGenOpts.DisableRedZone; in CreatePasses()
DCGCall.cpp1038 FuncAttrs.addAttribute(llvm::Attribute::NoRedZone); in ConstructAttributeList()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp221 hasAttribute(AttributeSet::FunctionIndex, Attribute::NoRedZone); in determineFrameLayout()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86FrameLowering.cpp436 Attribute::NoRedZone) && in emitPrologue()
/freebsd-9-stable/contrib/llvm/lib/Target/CppBackend/
DCPPBackend.cpp505 HANDLE_ATTR(NoRedZone); in printAttributes()
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp198 case Attribute::NoRedZone: in getAttrKindEncoding()
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp552 return Attribute::NoRedZone; in GetAttrFromCode()
/freebsd-9-stable/contrib/llvm/lib/AsmParser/
DLLParser.cpp922 case lltok::kw_noredzone: B.addAttribute(Attribute::NoRedZone); break; in ParseFnAttributeValuePairs()