Searched refs:Naked (Results 1 – 13 of 13) sorted by relevance
60 const Attributes Naked = 1<<24; ///< Naked function variable95 NoRedZone | NoImplicitFloat | Naked | InlineHint | StackAlignment |
96 if (!F->hasFnAttr(Attribute::Naked)) in runOnMachineFunction()111 if (!F->hasFnAttr(Attribute::Naked)) in runOnMachineFunction()218 if (Fn.getFunction()->hasFnAttr(Attribute::Naked)) in calculateCalleeSavedRegisters()
73 if (Attrs & Attribute::Naked) in getAsString()
316 def Naked : InheritableAttr {
618 if (!MF.getFunction()->hasFnAttr(Attribute::Naked)) in eliminateFrameIndex()
244 if (MF.getFunction()->hasFnAttr(Attribute::Naked)) in needsFP()
5729 !MF.getFunction()->hasFnAttr(Attribute::Naked); in LowerFRAMEADDR()
94 | Naked Constructor560 | Attribute.Naked -> 1 lsl 24
139 | Naked Constructor
2130 bool IsJoin, bool Naked, in EmitGenerateActionMethodHeader() argument2146 if (!Naked) { in EmitGenerateActionMethodHeader()
481 HANDLE_ATTR(Naked); in printAttributes()
475 F->addFnAttr(llvm::Attribute::Naked); in SetLLVMFunctionAttributesForDefinition()
921 case lltok::kw_naked: Attrs |= Attribute::Naked; break; in ParseOptionalAttrs()