Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DAttributes.h60 const Attributes Naked = 1<<24; ///< Naked function variable
95 NoRedZone | NoImplicitFloat | Naked | InlineHint | StackAlignment |
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp96 if (!F->hasFnAttr(Attribute::Naked)) in runOnMachineFunction()
111 if (!F->hasFnAttr(Attribute::Naked)) in runOnMachineFunction()
218 if (Fn.getFunction()->hasFnAttr(Attribute::Naked)) in calculateCalleeSavedRegisters()
/external/llvm/lib/VMCore/
DAttributes.cpp73 if (Attrs & Attribute::Naked) in getAsString()
/external/clang/include/clang/Basic/
DAttr.td316 def Naked : InheritableAttr {
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp618 if (!MF.getFunction()->hasFnAttr(Attribute::Naked)) in eliminateFrameIndex()
DPPCFrameLowering.cpp244 if (MF.getFunction()->hasFnAttr(Attribute::Naked)) in needsFP()
DPPCISelLowering.cpp5729 !MF.getFunction()->hasFnAttr(Attribute::Naked); in LowerFRAMEADDR()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml94 | Naked Constructor
560 | Attribute.Naked -> 1 lsl 24
Dllvm.mli139 | Naked Constructor
/external/llvm/utils/TableGen/
DLLVMCConfigurationEmitter.cpp2130 bool IsJoin, bool Naked, in EmitGenerateActionMethodHeader() argument
2146 if (!Naked) { in EmitGenerateActionMethodHeader()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp481 HANDLE_ATTR(Naked); in printAttributes()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp475 F->addFnAttr(llvm::Attribute::Naked); in SetLLVMFunctionAttributesForDefinition()
/external/llvm/lib/AsmParser/
DLLParser.cpp921 case lltok::kw_naked: Attrs |= Attribute::Naked; break; in ParseOptionalAttrs()