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

  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 267 FStub->addFnAttr(llvm::Attribute::Naked);
454 FStub->addFnAttr(llvm::Attribute::Naked);
MipsAsmPrinter.cpp 359 Attribute::Naked);
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 80 Naked, ///< Naked function
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 139 if (!F->hasFnAttribute(Attribute::Naked))
154 if (!F->hasFnAttribute(Attribute::Naked))
257 // In Naked functions we aren't going to save any registers.
258 if (F.getFunction()->hasFnAttribute(Attribute::Naked))
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 180 if (hasAttribute(Attribute::Naked))
181 return "naked";
381 case Attribute::Naked: return 1 << 24;
    [all...]
Verifier.cpp 762 I->getKindAsEnum() == Attribute::Naked ||
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 99 | Naked
749 | Attribute.Naked -> Int32.shift_left 1l 24
787 checkattr Attribute.Naked;
    [all...]
llvm.mli 148 | Naked
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 772 // Naked functions have stack size 0, although getStackSize may not reflect that
773 // because we didn't call all the pieces that compute it for naked functions.
775 hasAttribute(AttributeSet::FunctionIndex, Attribute::Naked)) {
    [all...]
PPCFrameLowering.cpp 444 // Naked functions have no stack frame pushed, so we don't have a frame
447 AttributeSet::FunctionIndex, Attribute::Naked))
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 184 case Attribute::Naked:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 516 HANDLE_ATTR(Naked);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 692 // Naked implies noinline: we should not be inlining such functions.
693 B.addAttribute(llvm::Attribute::Naked);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 572 return Attribute::Naked;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 520 milliseconds