/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 116 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 D | EntryExitInstrumenter.cpp | 88 if (F.hasFnAttribute(Attribute::Naked)) in runOnFunction()
|
H A D | CodeExtractor.cpp | 914 case Attribute::Naked: in constructFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueLatticeUtils.cpp | 24 return F->hasExactDefinition() && !F->hasFnAttribute(Attribute::Naked); in canTrackReturnsInterprocedurally()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 275 FStub->addFnAttr(Attribute::Naked); in assureFPCallStub() 458 FStub->addFnAttr(Attribute::Naked); in createFPFnStub()
|
H A D | MipsAsmPrinter.cpp | 432 bool IsNakedFunction = MF->getFunction().hasFnAttribute(Attribute::Naked); in emitFunctionBodyStart()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ArgumentStackSlotRebase.cpp | 114 if (F.hasFnAttribute(Attribute::Naked)) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | IndirectThunks.h | 141 B.addAttribute(llvm::Attribute::Naked); in createThunkFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetFrameLoweringImpl.cpp | 121 if (MF.getFunction().hasFnAttribute(Attribute::Naked)) in determineCalleeSaves()
|
H A D | PrologEpilogInserter.cpp | 260 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 D | DeadArgumentElimination.cpp | 140 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 D | FunctionAttrs.cpp | 1752 if (!F || !F->hasExactDefinition() || F->hasFnAttribute(Attribute::Naked) || in addNoReturnAttrs() 1809 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked) || in createSCCNodeSet()
|
H A D | ArgumentPromotion.cpp | 761 if (F->hasFnAttribute(Attribute::Naked)) in promoteArguments()
|
H A D | ExpandVariadics.cpp | 256 F->hasFnAttribute(Attribute::Naked)) in expansionApplicableToFunction()
|
H A D | LowerTypeTests.cpp | 1501 F->addFnAttr(Attribute::Naked); in createJumpTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 51 Attribute::Naked, in isValidForDXIL()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 239 Naked = 0x00000080, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.td | 142 /// Naked function. 143 def Naked : EnumAttr<"naked", [FnAttr]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerSGPRSpills.cpp | 223 if (!F.hasFnAttribute(Attribute::Naked)) { in spillCalleeSavedRegs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 180 F->addFnAttr(Attribute::Naked); in createFrameHelperMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 222 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Naked),
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 498 if (F.hasFnAttribute(Attribute::Naked)) in sanitizeFunction()
|
H A D | PGOInstrumentation.cpp | 1853 if (F.hasFnAttribute(llvm::Attribute::Naked)) in skipPGOGen()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 122 PUSH_FLAG(FrameProcedureOptions, Naked, FPO, "naked"); in formatFrameProcedureOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1535 if (GV.hasFnAttribute(Attribute::Naked)) in beginFunctionImpl() 1536 FPO |= FrameProcedureOptions::Naked; in beginFunctionImpl()
|