HomeSort by: relevance | last modified time | path
    Searched defs:EmitCall (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 104 static void EmitCall(MCStreamer &OutStreamer,
238 EmitCall(*OutStreamer, Callee, STI);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 4868 return EmitCall(E->getCallee()->getType(), callee, E, ReturnValue);
4875 return EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue);
5119 RValue CodeGenFunction::EmitCall(QualType CalleeType, const CGCallee &OrigCallee,
5303 RValue Call = EmitCall(FnInfo, Callee, ReturnValue, Args, &CallOrInvoke,
CodeGenFunction.h 3937 /// EmitCall - Generate a call of the given function, expecting the given
3940 RValue EmitCall(const CGFunctionInfo &CallInfo, const CGCallee &Callee,
3944 RValue EmitCall(const CGFunctionInfo &CallInfo, const CGCallee &Callee,
3948 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
3951 RValue EmitCall(QualType FnType, const CGCallee &Callee, const CallExpr *E,

Completed in 92 milliseconds