Home
last modified time | relevance | path

Searched refs:prepareConcreteCallee (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.h226 CGCallee prepareConcreteCallee(CodeGenFunction &CGF) const;
HDCGCall.cpp5494 const CGCallee &ConcreteCallee = Callee.prepareConcreteCallee(*this); in EmitCall()
6005 CGCallee CGCallee::prepareConcreteCallee(CodeGenFunction &CGF) const { in prepareConcreteCallee() function in CGCallee