HomeSort by relevance Sort by last modified time
    Searched refs:Naked (Results 1 - 25 of 59) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
zerop-1.s 2 # Naked comments aren't supported when no operands are supplied; this
  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 82 // In Naked functions we aren't going to save any registers.
83 if (MF.getFunction()->hasFnAttribute(Attribute::Naked))
PrologEpilogInserter.cpp 205 if (!F->hasFnAttribute(Attribute::Naked))
548 if (!F->hasFnAttribute(Attribute::Naked))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 60 const Attributes Naked = 1<<24; ///< Naked function
94 NoRedZone | NoImplicitFloat | Naked | InlineHint | StackAlignment |
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 37 .Case("naked", Attribute::Naked)
PruneEH.cpp 102 // Determine if we should scan for InlineAsm in a naked function as it
107 F->hasFnAttribute(Attribute::Naked) &&
DeadArgumentElimination.cpp 113 // Don't touch naked functions. The assembly might be using an argument, or
116 if (Fn.hasFnAttribute(Attribute::Naked)) {
262 // Don't touch naked functions. The assembly might be using an argument, or
265 if (Fn.hasFnAttribute(Attribute::Naked))
473 // Don't touch naked functions. The assembly might be using an argument, or
476 if (F.hasFnAttribute(Attribute::Naked)) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 32 // + Naked (boolean, whether the function is undecorated)
102 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked)
103 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S),
307 bool Naked = false;
344 } else if (KeyValue.equals("naked")) {
348 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1";
364 DL->push_back(new ExplicitRewriteFunctionDescriptor(Source, Target, Naked));
425 /*Naked*/false));
487 /*Naked*/false));
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 279 FStub->addFnAttr(llvm::Attribute::Naked);
467 FStub->addFnAttr(llvm::Attribute::Naked);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 114 PARSED_ATTR(Naked)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 114 PARSED_ATTR(Naked)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc 138 INHERITABLE_ATTR(Naked)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc 138 INHERITABLE_ATTR(Naked)
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 75 if (Attrs & Attribute::Naked)
76 Result += "naked ";
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 99 if (!F->hasFnAttr(Attribute::Naked))
114 if (!F->hasFnAttr(Attribute::Naked))
220 // In Naked functions we aren't going to save any registers.
221 if (Fn.getFunction()->hasFnAttr(Attribute::Naked))
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 218 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 227 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Naked),

Completed in 450 milliseconds

1 2 3