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

  /external/llvm/include/llvm/IR/
Attributes.h 74 Naked, ///< Naked function
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 99 Attribute::Naked))
115 Attribute::Naked))
210 // In Naked functions we aren't going to save any registers.
212 Attribute::Naked))
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 168 if (hasAttribute(Attribute::Naked))
169 return "naked";
383 case Attribute::Naked: return 1 << 24;
    [all...]
Verifier.cpp 647 !Attrs.hasAttribute(Idx, Attribute::Naked) &&
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 474 // Naked functions have stack size 0, although getStackSize may not reflect that
475 // because we didn't call all the pieces that compute it for naked functions.
477 hasAttribute(AttributeSet::FunctionIndex, Attribute::Naked))
PPCFrameLowering.cpp 290 // Naked functions have no stack frame pushed, so we don't have a frame
293 Attribute::Naked))
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 95 | Naked
677 | Attribute.Naked -> Int32.shift_left 1l 24
715 checkattr Attribute.Naked;
    [all...]
llvm.mli 140 | Naked
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 507 HANDLE_ATTR(Naked);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 589 // Naked implies noinline: we should not be inlining such functions.
590 F->addFnAttr(llvm::Attribute::Naked);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 913 case lltok::kw_naked: B.addAttribute(Attribute::Naked); break;
    [all...]

Completed in 395 milliseconds