HomeSort by relevance Sort by last modified time
    Searched refs:Fn (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 355 int ExecutionEngine::runFunctionAsMain(Function *Fn,
363 unsigned NumArgs = Fn->getFunctionType()->getNumParams();
364 FunctionType *FTy = Fn->getFunctionType();
365 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo();
386 GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv)));
394 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars)));
399 return runFunction(Fn, GVArgs).IntVal.getZExtValue();
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExprCXX.cpp     [all...]
Sema.cpp 205 FunctionDecl *fn = dyn_cast<FunctionDecl>(CurContext); local
206 if (!fn) return false;
217 if (fn->hasAttr<UnavailableAttr>()) return true;
219 fn->addAttr(new (Context) UnavailableAttr(loc, Context, msg));
359 if (FunctionDecl *fn = dyn_cast<FunctionDecl>(decl)) {
360 if (fn->isPure() || fn->hasBody())
    [all...]
SemaChecking.cpp 622 FunctionDecl *Fn = E->getDirectCallee();
623 assert(Fn && "builtin call without direct callee!");
625 ParmVarDecl *Param = Fn->getParamDecl(ArgIndex);
893 Expr *Fn = TheCall->getCallee()
    [all...]
SemaType.cpp 3582 const FunctionType *fn = unwrapped.get(); local
3606 const FunctionType *fn = unwrapped.get(); local
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 111 virtual bool runOnFunction(Function &Fn);
490 if (Function *fn = dyn_cast<Function>(call->getCalledValue()))
491 if (fn->getName() == "llvm.eh.resume")
720 bool DwarfEHPrepare::runOnFunction(Function &Fn) {
725 F = &Fn;
PHIElimination.cpp 52 virtual bool runOnMachineFunction(MachineFunction &Fn);
69 void analyzePHINodes(const MachineFunction& Fn);
LiveVariables.cpp 675 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {
676 for (MachineFunction::const_iterator I = Fn.begin(), E = Fn.end();
  /external/llvm/lib/Analysis/
DIBuilder.cpp 721 DISubprogram Fn(getDISubprogram(Scope));
722 NamedMDNode *FnLocals = getOrInsertFnSpecificMDNode(M, Fn);
758 Function *Fn,
783 Fn,
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 334 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
335 bool ParseFunctionBody(Function &Fn);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 282 void SelectAllBasicBlocks(const Function &Fn);
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CodeGenModule.cpp     [all...]
CGCall.cpp 736 else if (const FunctionDecl *Fn = dyn_cast<FunctionDecl>(TargetDecl)) {
737 const FunctionProtoType *FPT = Fn->getType()->getAs<FunctionProtoType>();
    [all...]
CGDebugInfo.h 170 llvm::Function *Fn, CGBuilderTy &Builder);
CGExprCXX.cpp     [all...]
CGObjCMac.cpp 5578 llvm::Constant *fn = 0; local
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 499 void SetArgToStringFn(ArgToStringFnTy Fn, void *Cookie) {
500 ArgToStringFn = Fn;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 468 StringRef FN = DIUnit.getFilename();
470 unsigned ID = GetOrCreateSourceID(FN, Dir);
478 NewCU->addString(Die, dwarf::DW_AT_name, dwarf::DW_FORM_string, FN);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 168 void PPCDAGToDAGISel::InsertVRSaveCode(MachineFunction &Fn) {
200 MachineBasicBlock &EntryBB = *Fn.begin();
213 for (MachineFunction::iterator BB = Fn.begin(), E = Fn.end(); BB != E; ++BB) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 401 Function *fn = dyn_cast<Function>(call->getCalledValue()); local
402 if (!fn || fn->getName() != "llvm.eh.resume")
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 599 const Function *Fn = MF.getFunction();
605 Fn->needsUnwindTableEntry();
638 if (Is64Bit && !Fn->hasFnAttr(Attribute::NoRedZone) &&
    [all...]

Completed in 1590 milliseconds

1 2 34 5 6