OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Naked
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueLatticeUtils.cpp
24
return F->hasExactDefinition() && !F->hasFnAttribute(Attribute::
Naked
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
IndirectThunks.h
64
B.addAttribute(llvm::Attribute::
Naked
);
77
// generation from an empty
naked
function in C source code also does not
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp
31
// +
Naked
(boolean, whether the function is undecorated)
119
ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool
Naked
)
121
Source(std::string(
Naked
? StringRef("\01" + S.str()) : S)),
329
bool
Naked
= false;
366
} else if (KeyValue.equals("
naked
")) {
370
Naked
= StringRef(Undecorated).lower() == "true" || Undecorated == "1";
387
Source, Target,
Naked
));
450
/*
Naked
*/ false));
513
/*
Naked
*/ false));
CodeExtractor.cpp
910
case Attribute::
Naked
:
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp
102
// In
Naked
functions we aren't going to save any registers.
103
if (MF.getFunction().hasFnAttribute(Attribute::
Naked
))
PrologEpilogInserter.cpp
256
if (!F.hasFnAttribute(Attribute::
Naked
))
614
if (!F.hasFnAttribute(Attribute::
Naked
)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp
45
.Case("
naked
", Attribute::
Naked
)
PruneEH.cpp
92
// Determine if we should scan for InlineAsm in a
naked
function as it
97
F->hasFnAttribute(Attribute::
Naked
) &&
DeadArgumentElimination.cpp
132
// Don't touch
naked
functions. The assembly might be using an argument, or
135
if (Fn.hasFnAttribute(Attribute::
Naked
)) {
278
// Don't touch
naked
functions. The assembly might be using an argument, or
281
if (Fn.hasFnAttribute(Attribute::
Naked
))
496
// Don't touch
naked
functions. The assembly might be using an argument, or
499
if (F.hasFnAttribute(Attribute::
Naked
)) {
FunctionAttrs.cpp
1419
if (!F || !F->hasExactDefinition() || F->hasFnAttribute(Attribute::
Naked
) ||
1559
if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::
Naked
)) {
ArgumentPromotion.cpp
865
// Don't perform argument promotion for
naked
functions; otherwise we can end
868
if(F->hasFnAttribute(Attribute::
Naked
))
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloat.cpp
274
FStub->addFnAttr(Attribute::
Naked
);
459
FStub->addFnAttr(Attribute::
Naked
);
MipsAsmPrinter.cpp
432
bool IsNakedFunction = MF->getFunction().hasFnAttribute(Attribute::
Naked
);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
227
Naked
= 0x00000080,
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerSGPRSpills.cpp
210
if (!F.hasFnAttribute(Attribute::
Naked
)) {
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp
215
CV_ENUM_CLASS_ENT(FrameProcedureOptions,
Naked
),
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64LowerHomogeneousPrologEpilog.cpp
174
F->addFnAttr(Attribute::
Naked
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
531
//
Naked
functions can not have prologue/epilogue
534
if (F.hasFnAttribute(Attribute::
Naked
))
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp
119
PUSH_FLAG(FrameProcedureOptions,
Naked
, FPO, "
naked
");
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
1290
//
Naked
functions have stack size 0, although getStackSize may not reflect
1291
// that because we didn't call all the pieces that compute it for
naked
1293
if (!MF.getFunction().hasFnAttribute(Attribute::
Naked
)) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
1425
if (GV.hasFnAttribute(Attribute::
Naked
))
1426
FPO |= FrameProcedureOptions::
Naked
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
1149
// For now we ignore
naked
and optnone functions.
1153
Invalidate |= FnScope->hasFnAttribute(Attribute::
Naked
) ||
/src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp
401
if (hasAttribute(Attribute::
Naked
))
402
return "
naked
";
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp
1705
//
Naked
functions don't spill callee-saved registers.
1706
if (MF.getFunction().hasFnAttribute(Attribute::
Naked
))
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp
1474
// Don't emit the ret/reti instruction when the
naked
attribute is present in
1477
AttributeList::FunctionIndex, Attribute::
Naked
)) {
Completed in 90 milliseconds
1
2
Indexes created Tue Sep 22 00:26:15 UTC 2026