Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp116 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
118 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
326 bool Naked = false; in parseRewriteFunctionDescriptor() local
367 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
384 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
H A DEntryExitInstrumenter.cpp88 if (F.hasFnAttribute(Attribute::Naked)) in runOnFunction()
H A DCodeExtractor.cpp914 case Attribute::Naked: in constructFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp24 return F->hasExactDefinition() && !F->hasFnAttribute(Attribute::Naked); in canTrackReturnsInterprocedurally()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp275 FStub->addFnAttr(Attribute::Naked); in assureFPCallStub()
458 FStub->addFnAttr(Attribute::Naked); in createFPFnStub()
H A DMipsAsmPrinter.cpp432 bool IsNakedFunction = MF->getFunction().hasFnAttribute(Attribute::Naked); in emitFunctionBodyStart()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ArgumentStackSlotRebase.cpp114 if (F.hasFnAttribute(Attribute::Naked)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h141 B.addAttribute(llvm::Attribute::Naked); in createThunkFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp121 if (MF.getFunction().hasFnAttribute(Attribute::Naked)) in determineCalleeSaves()
H A DPrologEpilogInserter.cpp260 if (!F.hasFnAttribute(Attribute::Naked)) in runOnMachineFunction()
675 if (!F.hasFnAttribute(Attribute::Naked)) { in spillCalleeSavedRegs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp140 if (F.hasFnAttribute(Attribute::Naked)) { in deleteDeadVarargs()
289 if (F.hasFnAttribute(Attribute::Naked)) in removeDeadArgumentsFromCallers()
505 if (F.hasFnAttribute(Attribute::Naked)) { in surveyFunction()
H A DFunctionAttrs.cpp1752 if (!F || !F->hasExactDefinition() || F->hasFnAttribute(Attribute::Naked) || in addNoReturnAttrs()
1809 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
H A DArgumentPromotion.cpp761 if (F->hasFnAttribute(Attribute::Naked)) in promoteArguments()
H A DExpandVariadics.cpp256 F->hasFnAttribute(Attribute::Naked)) in expansionApplicableToFunction()
H A DLowerTypeTests.cpp1501 F->addFnAttr(Attribute::Naked); in createJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp51 Attribute::Naked, in isValidForDXIL()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h239 Naked = 0x00000080, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td142 /// Naked function.
143 def Naked : EnumAttr<"naked", [FnAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp223 if (!F.hasFnAttribute(Attribute::Naked)) { in spillCalleeSavedRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp180 F->addFnAttr(Attribute::Naked); in createFrameHelperMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp222 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Naked),
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp498 if (F.hasFnAttribute(Attribute::Naked)) in sanitizeFunction()
H A DPGOInstrumentation.cpp1853 if (F.hasFnAttribute(llvm::Attribute::Naked)) in skipPGOGen()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp122 PUSH_FLAG(FrameProcedureOptions, Naked, FPO, "naked"); in formatFrameProcedureOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1535 if (GV.hasFnAttribute(Attribute::Naked)) in beginFunctionImpl()
1536 FPO |= FrameProcedureOptions::Naked; in beginFunctionImpl()

12