Home
last modified time | relevance | path

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

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