HomeSort by relevance Sort by last modified time
    Searched refs:Callee (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 392 if (Function *Callee = II->getCalledFunction())
393 if (Callee->isIntrinsic() &&
394 Callee->getIntrinsicID() == Intrinsic::donothing) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 65 // Inserts a simple function that invokes Callee and takes the same arguments:
66 // int Caller(...) { return Callee(...); }
68 Function *insertSimpleCallFunction(Module *M, Function *Callee) {
77 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.cpp 204 v8::Handle<v8::Value> value = info.Callee()->Get(v8AtomicString(info.GetIsolate(), "toString"));
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 173 std::string Callee;
176 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
177 : Callee(callee), Args(args) {}
719 Function *CalleeF = TheModule->getFunction(Callee);
722 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 158 std::string Callee;
161 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
162 : Callee(callee), Args(args) {}
701 Function *CalleeF = TheModule->getFunction(Callee);
704 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
toy.cpp 158 std::string Callee;
161 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
162 : Callee(callee), Args(args) {}
984 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 272 unsigned getArgumentAlignment(SDValue Callee, const ImmutableCallSite *CS,
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 142 unsigned getSRetArgSize(SelectionDAG &DAG, SDValue Callee) const;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 136 SDValue LowerCCCCallTo(SDValue Chain, SDValue Callee,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsISelLowering.h 337 CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const;
462 MipsCC::SpecialCallingConvType getSpecialCallingConv(SDValue Callee) const;
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp 449 llvm::PHINode *Callee = Builder.CreatePHI(FTy->getPointerTo(), 2);
450 Callee->addIncoming(VirtualFn, FnVirtual);
451 Callee->addIncoming(NonVirtualFn, FnNonVirtual);
452 return Callee;
    [all...]
CGClass.cpp 2098 llvm::Value *callee = local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 313 /// callee to reuse the caller's stack, if we could delay the generation of
626 void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool IsTailCall,
632 SDValue Callee,
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 203 std::string Callee;
206 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
207 : Callee(callee), Args(args) {}
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 648 if (Decl *Callee = ce->getCalleeDecl()) {
649 if (Callee->hasAttr<ReturnsTwiceAttr>()) {
657 else if (Callee->hasAttr<AnalyzerNoReturnAttr>()) {
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 155 std::string Callee;
158 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
159 : Callee(callee), Args(args) {}
695 Function *CalleeF = TheModule->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 156 std::string Callee;
159 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
160 : Callee(callee), Args(args) {}
944 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 296 /// Callee - The function which was called.
297 const FunctionDecl *Callee;
317 const FunctionDecl *Callee, const LValue *This,
821 const FunctionDecl *Callee, const LValue *This,
823 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 811 SDValue Callee = CLI.Callee;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 244 /// and will be set by the callee when the number of expansions is known.
245 /// The callee must set this value when \c ShouldExpand is \c true; it may
    [all...]

Completed in 3544 milliseconds

1 23 4 5 6